#9FA9ED

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

Shades of Perano #9FA9ED

Tints of Perano #9FA9ED

Color information

#9FA9ED (or 0x9FA9ED) is unknown color: approx Perano. HEX triplet: 9F, A9 and ED. RGB value is (159,169,237). Sum of RGB (Red+Green+Blue) = 159+169+237=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FA9ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FA9ED is #605612. Grayscale: #ADADAD. Windows color (decimal): -6313491 or 15575455. OLE color: 15575455.

HSL color Cylindrical-coordinate representation of color #9FA9ED: hue angle of 232.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FA9ED is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159169237-
CMYK0.330.2900.07
HSL232.31º68.42%77.65%-
HSV(B)232.31º32.91%92.94%-
XYZ43.7741.8685.89-
YUV173.76163.69117.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=28.14%
G=29.91%
B=41.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591692370.330.2900.07232.3168.4277.65
Hex9FA9ED211D07e8444e
Octal237251355413507350104116
Binary1001111110101001111011011000011110101111110100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,237); }

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

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

 a { background-color: rgb(159,169,237); }

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

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

 span { border-color: rgb(159,169,237); }

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