#9FA6EC

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

Shades of Perano #9FA6EC

Tints of Perano #9FA6EC

Color information

#9FA6EC (or 0x9FA6EC) is unknown color: approx Perano. HEX triplet: 9F, A6 and EC. RGB value is (159,166,236). Sum of RGB (Red+Green+Blue) = 159+166+236=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FA6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA6EC is #605913. Grayscale: #ABABAB. Windows color (decimal): -6314260 or 15509151. OLE color: 15509151.

HSL color Cylindrical-coordinate representation of color #9FA6EC: hue angle of 234.55º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA6EC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159166236-
CMYK0.330.3000.07
HSL234.55º66.96%77.45%-
HSV(B)234.55º32.63%92.55%-
XYZ43.0740.784.94-
YUV171.89164.18118.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.34%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=28.34%
G=29.59%
B=42.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591662360.330.3000.07234.5566.9677.45
Hex9FA6EC211E07eb434d
Octal237246354413607353103115
Binary1001111110100110111011001000011111001111110101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,236); }

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

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

 a { background-color: rgb(159,166,236); }

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

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

 span { border-color: rgb(159,166,236); }

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