#9DA9E1

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

Shades of Perano #9DA9E1

Tints of Perano #9DA9E1

Color information

#9DA9E1 (or 0x9DA9E1) is unknown color: approx Perano. HEX triplet: 9D, A9 and E1. RGB value is (157,169,225). Sum of RGB (Red+Green+Blue) = 157+169+225=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DA9E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA9E1 is #62561E. Grayscale: #ABABAB. Windows color (decimal): -6444575 or 14789021. OLE color: 14789021.

HSL color Cylindrical-coordinate representation of color #9DA9E1: hue angle of 229.41º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DA9E1 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB157169225-
CMYK0.300.2500.12
HSL229.41º53.12%74.9%-
HSV(B)229.41º30.22%88.24%-
XYZ41.6840.9876.95-
YUV171.8158.02117.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 169 (66.41% from 255) = 30.67%
BLUE value IS 225 (88.28% from 255) = 40.83%
R=28.49%
G=30.67%
B=40.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571692250.300.2500.12229.4153.1274.9
Hex9DA9E11E190Ce5354b
Octal235251341363101434565113
Binary100111011010100111100001111101100101100111001011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,169,225); }

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

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

 a { background-color: rgb(157,169,225); }

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

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

 span { border-color: rgb(157,169,225); }

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