#9DA7F4

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

Shades of Perano #9DA7F4

Tints of Perano #9DA7F4

Color information

#9DA7F4 (or 0x9DA7F4) is unknown color: approx Perano. HEX triplet: 9D, A7 and F4. RGB value is (157,167,244). Sum of RGB (Red+Green+Blue) = 157+167+244=568 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.64% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #9DA7F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA7F4 is #62580B. Grayscale: #ACACAC. Windows color (decimal): -6445068 or 16033693. OLE color: 16033693.

HSL color Cylindrical-coordinate representation of color #9DA7F4: hue angle of 233.1º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DA7F4 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB157167244-
CMYK0.360.3200.04
HSL233.1º79.82%78.63%-
HSV(B)233.1º35.66%95.69%-
XYZ44.0541.3491.25-
YUV172.79168.19116.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.64%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=27.64%
G=29.40%
B=42.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1571672440.360.3200.04233.179.8278.63
Hex9DA7F4242004e9504f
Octal235247364444004351120117
Binary10011101101001111111010010010010000001001110100110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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