#9DA2EE

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

Shades of Perano #9DA2EE

Tints of Perano #9DA2EE

Color information

#9DA2EE (or 0x9DA2EE) is unknown color: approx Perano. HEX triplet: 9D, A2 and EE. RGB value is (157,162,238). Sum of RGB (Red+Green+Blue) = 157+162+238=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DA2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA2EE is #625D11. Grayscale: #A8A8A8. Windows color (decimal): -6446354 or 15639197. OLE color: 15639197.

HSL color Cylindrical-coordinate representation of color #9DA2EE: hue angle of 236.3º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DA2EE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157162238-
CMYK0.340.3200.07
HSL236.3º70.43%77.45%-
HSV(B)236.3º34.03%93.33%-
XYZ42.2639.1886.22-
YUV169.17166.84119.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=28.19%
G=29.08%
B=42.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571622380.340.3200.07236.370.4377.45
Hex9DA2EE222007ec464d
Octal235242356424007354106115
Binary10011101101000101110111010001010000001111110110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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