#9DACF7

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

Shades of Perano #9DACF7

Tints of Perano #9DACF7

Color information

#9DACF7 (or 0x9DACF7) is unknown color: approx Perano. HEX triplet: 9D, AC and F7. RGB value is (157,172,247). Sum of RGB (Red+Green+Blue) = 157+172+247=576 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.26% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DACF7 is #625308. Grayscale: #AFAFAF. Windows color (decimal): -6443785 or 16231581. OLE color: 16231581.

HSL color Cylindrical-coordinate representation of color #9DACF7: hue angle of 230º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DACF7 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB157172247-
CMYK0.360.3000.03
HSL230º84.91%79.22%-
HSV(B)230º36.44%96.86%-
XYZ45.4543.3993.98-
YUV176.06168.03114.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.26%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 247 (96.88% from 255) = 42.88%
R=27.26%
G=29.86%
B=42.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1571722470.360.3000.0323084.9179.22
Hex9DACF7241E03e6554f
Octal235254367443603346125117
Binary100111011010110011110111100100111100111110011010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,172,247); }

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

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

 a { background-color: rgb(157,172,247); }

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

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

 span { border-color: rgb(157,172,247); }

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