#9FA7E9

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

Shades of Perano #9FA7E9

Tints of Perano #9FA7E9

Color information

#9FA7E9 (or 0x9FA7E9) is unknown color: approx Perano. HEX triplet: 9F, A7 and E9. RGB value is (159,167,233). Sum of RGB (Red+Green+Blue) = 159+167+233=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #9FA7E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA7E9 is #605816. Grayscale: #ABABAB. Windows color (decimal): -6314007 or 15312799. OLE color: 15312799.

HSL color Cylindrical-coordinate representation of color #9FA7E9: hue angle of 233.51º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FA7E9 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB159167233-
CMYK0.320.2800.09
HSL233.51º62.71%76.86%-
HSV(B)233.51º31.76%91.37%-
XYZ42.8240.8982.73-
YUV172.13162.35118.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.44%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=28.44%
G=29.87%
B=41.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1591672330.320.2800.09233.5162.7176.86
Hex9FA7E9201C09ea3f4d
Octal237247351403401135277115
Binary1001111110100111111010011000001110001001111010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,233); }

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

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

 a { background-color: rgb(159,167,233); }

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

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

 span { border-color: rgb(159,167,233); }

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