#9DA7E9

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

Shades of Perano #9DA7E9

Tints of Perano #9DA7E9

Color information

#9DA7E9 (or 0x9DA7E9) is unknown color: approx Perano. HEX triplet: 9D, A7 and E9. RGB value is (157,167,233). Sum of RGB (Red+Green+Blue) = 157+167+233=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DA7E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA7E9 is #625816. Grayscale: #ABABAB. Windows color (decimal): -6445079 or 15312797. OLE color: 15312797.

HSL color Cylindrical-coordinate representation of color #9DA7E9: hue angle of 232.11º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DA7E9 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157167233-
CMYK0.330.2800.09
HSL232.11º63.33%76.47%-
HSV(B)232.11º32.62%91.37%-
XYZ42.4340.6982.71-
YUV171.53162.69117.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 167 (65.62% from 255) = 29.98%
BLUE value IS 233 (91.41% from 255) = 41.83%
R=28.19%
G=29.98%
B=41.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571672330.330.2800.09232.1163.3376.47
Hex9DA7E9211C09e83f4c
Octal235247351413401135077114
Binary1001110110100111111010011000011110001001111010001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,167,233); }

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

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

 a { background-color: rgb(157,167,233); }

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

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

 span { border-color: rgb(157,167,233); }

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