#9E9BFE

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

Shades of Perano #9E9BFE

Tints of Perano #9E9BFE

Color information

#9E9BFE (or 0x9E9BFE) is unknown color: approx Perano. HEX triplet: 9E, 9B and FE. RGB value is (158,155,254). Sum of RGB (Red+Green+Blue) = 158+155+254=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #9E9BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BFE is #616401. Grayscale: #A6A6A6. Windows color (decimal): -6382594 or 16685982. OLE color: 16685982.

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

Color convert

RGB158155254-
CMYK0.380.3900.00
HSL241.82º98.02%80.2%-
HSV(B)241.82º38.98%99.61%-
XYZ43.7137.8798.77-
YUV167.18176.99121.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.87%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=27.87%
G=27.34%
B=44.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581552540.380.3900.00241.8298.0280.2
Hex9E9BFE262700f26250
Octal236233376464700362142120
Binary100111101001101111111110100110100111001111001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,254); }

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

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

 a { background-color: rgb(158,155,254); }

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

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

 span { border-color: rgb(158,155,254); }

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