#9DA5EF

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

Shades of Perano #9DA5EF

Tints of Perano #9DA5EF

Color information

#9DA5EF (or 0x9DA5EF) is unknown color: approx Perano. HEX triplet: 9D, A5 and EF. RGB value is (157,165,239). Sum of RGB (Red+Green+Blue) = 157+165+239=561 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.99% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DA5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA5EF is #625A10. Grayscale: #AAAAAA. Windows color (decimal): -6445585 or 15705501. OLE color: 15705501.

HSL color Cylindrical-coordinate representation of color #9DA5EF: hue angle of 234.15º 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 #9DA5EF is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157165239-
CMYK0.340.3100.06
HSL234.15º71.93%77.65%-
HSV(B)234.15º34.31%93.73%-
XYZ42.9440.3187.18-
YUV171.04166.35117.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.99%
GREEN value IS 165 (64.84% from 255) = 29.41%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=27.99%
G=29.41%
B=42.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1571652390.340.3100.06234.1571.9377.65
Hex9DA5EF221F06ea484e
Octal235245357423706352110116
Binary1001110110100101111011111000101111101101110101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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