#9E9CFA

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

Shades of Perano #9E9CFA

Tints of Perano #9E9CFA

Color information

#9E9CFA (or 0x9E9CFA) is unknown color: approx Perano. HEX triplet: 9E, 9C and FA. RGB value is (158,156,250). Sum of RGB (Red+Green+Blue) = 158+156+250=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CFA is #616305. Grayscale: #A6A6A6. Windows color (decimal): -6382342 or 16424094. OLE color: 16424094.

HSL color Cylindrical-coordinate representation of color #9E9CFA: hue angle of 241.28º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9CFA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158156250-
CMYK0.370.3800.02
HSL241.28º90.38%79.61%-
HSV(B)241.28º37.6%98.04%-
XYZ43.2437.9595.49-
YUV167.31174.66121.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.01%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=28.01%
G=27.66%
B=44.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581562500.370.3800.02241.2890.3879.61
Hex9E9CFA252602f15a50
Octal236234372454602361132120
Binary1001111010011100111110101001011001100101111000110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,156,250); }

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

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

 a { background-color: rgb(158,156,250); }

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

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

 span { border-color: rgb(158,156,250); }

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