#9DA4F2

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

Shades of Perano #9DA4F2

Tints of Perano #9DA4F2

Color information

#9DA4F2 (or 0x9DA4F2) is unknown color: approx Perano. HEX triplet: 9D, A4 and F2. RGB value is (157,164,242). Sum of RGB (Red+Green+Blue) = 157+164+242=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DA4F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA4F2 is #625B0D. Grayscale: #AAAAAA. Windows color (decimal): -6445838 or 15901853. OLE color: 15901853.

HSL color Cylindrical-coordinate representation of color #9DA4F2: hue angle of 235.06º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DA4F2 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157164242-
CMYK0.350.3200.05
HSL235.06º76.58%78.24%-
HSV(B)235.06º35.12%94.9%-
XYZ43.2140.1389.47-
YUV170.8168.18118.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.89%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=27.89%
G=29.13%
B=42.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571642420.350.3200.05235.0676.5878.24
Hex9DA4F2232005eb4d4e
Octal235244362434005353115116
Binary10011101101001001111001010001110000001011110101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,164,242); }

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

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

 a { background-color: rgb(157,164,242); }

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

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

 span { border-color: rgb(157,164,242); }

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