#9DA1F7

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

Shades of Perano #9DA1F7

Tints of Perano #9DA1F7

Color information

#9DA1F7 (or 0x9DA1F7) is unknown color: approx Perano. HEX triplet: 9D, A1 and F7. RGB value is (157,161,247). Sum of RGB (Red+Green+Blue) = 157+161+247=565 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.79% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #9DA1F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DA1F7 is #625E08. Grayscale: #A9A9A9. Windows color (decimal): -6446601 or 16228765. OLE color: 16228765.

HSL color Cylindrical-coordinate representation of color #9DA1F7: hue angle of 237.33º 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 #9DA1F7 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB157161247-
CMYK0.360.3500.03
HSL237.33º84.91%79.22%-
HSV(B)237.33º36.44%96.86%-
XYZ43.4439.3793.31-
YUV169.61171.67119.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.79%
GREEN value IS 161 (63.28% from 255) = 28.50%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=27.79%
G=28.50%
B=43.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1571612470.360.3500.03237.3384.9179.22
Hex9DA1F7242303ed554f
Octal235241367444303355125117
Binary1001110110100001111101111001001000110111110110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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