#9DA2EF

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

Shades of Perano #9DA2EF

Tints of Perano #9DA2EF

Color information

#9DA2EF (or 0x9DA2EF) is unknown color: approx Perano. HEX triplet: 9D, A2 and EF. RGB value is (157,162,239). Sum of RGB (Red+Green+Blue) = 157+162+239=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA2EF is #625D10. Grayscale: #A8A8A8. Windows color (decimal): -6446353 or 15704733. OLE color: 15704733.

HSL color Cylindrical-coordinate representation of color #9DA2EF: hue angle of 236.34º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA2EF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157162239-
CMYK0.340.3200.06
HSL236.34º71.93%77.65%-
HSV(B)236.34º34.31%93.73%-
XYZ42.439.2487-
YUV169.28167.34119.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.14%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=28.14%
G=29.03%
B=42.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571622390.340.3200.06236.3471.9377.65
Hex9DA2EF222006ec484e
Octal235242357424006354110116
Binary10011101101000101110111110001010000001101110110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,162,239); }

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

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

 a { background-color: rgb(157,162,239); }

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

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

 span { border-color: rgb(157,162,239); }

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