#9DB7EA

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

Shades of Perano #9DB7EA

Tints of Perano #9DB7EA

Color information

#9DB7EA (or 0x9DB7EA) is unknown color: approx Perano. HEX triplet: 9D, B7 and EA. RGB value is (157,183,234). Sum of RGB (Red+Green+Blue) = 157+183+234=574 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.35% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DB7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DB7EA is #624815. Grayscale: #B4B4B4. Windows color (decimal): -6440982 or 15382429. OLE color: 15382429.

HSL color Cylindrical-coordinate representation of color #9DB7EA: hue angle of 219.74º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DB7EA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157183234-
CMYK0.330.2200.08
HSL219.74º64.71%76.67%-
HSV(B)219.74º32.91%91.76%-
XYZ45.6946.9884.5-
YUV181.04157.89110.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.35%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 234 (91.80% from 255) = 40.77%
R=27.35%
G=31.88%
B=40.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571832340.330.2200.08219.7464.7176.67
Hex9DB7EA211608dc414d
Octal2352673524126010334101115
Binary10011101101101111110101010000110110010001101110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,234); }

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

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

 a { background-color: rgb(157,183,234); }

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

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

 span { border-color: rgb(157,183,234); }

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