#9EB2FD

Color #9EB2FD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9EB2FD

Tints of Perano #9EB2FD

Color information

#9EB2FD (or 0x9EB2FD) is unknown color: approx Perano. HEX triplet: 9E, B2 and FD. RGB value is (158,178,253). Sum of RGB (Red+Green+Blue) = 158+178+253=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB2FD is #614D02. Grayscale: #B4B4B4. Windows color (decimal): -6376707 or 16626334. OLE color: 16626334.

HSL color Cylindrical-coordinate representation of color #9EB2FD: hue angle of 227.37º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EB2FD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158178253-
CMYK0.380.3000.01
HSL227.37º95.96%80.59%-
HSV(B)227.37º37.55%99.22%-
XYZ47.7546.299.33-
YUV180.57168.87111.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 253 (99.22% from 255) = 42.95%
R=26.83%
G=30.22%
B=42.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581782530.380.3000.01227.3795.9680.59
Hex9EB2FD261E01e36051
Octal236262375463601343140121
Binary10011110101100101111110110011011110011110001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB2FD; }

 p { color: rgb(158,178,253); }

 H1.HeaderClassName
 {
   color: #9EB2FD;
 }
 .AnyTagClassName
 {
   color: #9EB2FD;
 }
</style>
background-color css

<style>
 a { background-color: #9EB2FD; }

 a { background-color: rgb(158,178,253); }

 div.DivClassName
 {
   background-color: #9EB2FD;
 }
 .BgClassName
 {
   background-color: #9EB2FD;
 }
</style>
border-color css

<style>
 span { border-color: #9EB2FD; }

 span { border-color: rgb(158,178,253); }

 td.TdClassName
 {
   border-color: #9EB2FD;
 }
 .TagClassName
 {
   border-color: #9EB2FD;
 }
</style>