#9FA4E5

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

Shades of Perano #9FA4E5

Tints of Perano #9FA4E5

Color information

#9FA4E5 (or 0x9FA4E5) is unknown color: approx Perano. HEX triplet: 9F, A4 and E5. RGB value is (159,164,229). Sum of RGB (Red+Green+Blue) = 159+164+229=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FA4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA4E5 is #605B1A. Grayscale: #A9A9A9. Windows color (decimal): -6314779 or 15049887. OLE color: 15049887.

HSL color Cylindrical-coordinate representation of color #9FA4E5: hue angle of 235.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA4E5 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159164229-
CMYK0.310.2800.10
HSL235.71º57.38%76.08%-
HSV(B)235.71º30.57%89.8%-
XYZ41.7239.5879.57-
YUV169.92161.34120.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.80%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=28.80%
G=29.71%
B=41.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591642290.310.2800.10235.7157.3876.08
Hex9FA4E51F1C0Aec394c
Octal237244345373401235471114
Binary100111111010010011100101111111110001010111011001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,229); }

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

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

 a { background-color: rgb(159,164,229); }

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

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

 span { border-color: rgb(159,164,229); }

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