#9E9EFC

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

Shades of Perano #9E9EFC

Tints of Perano #9E9EFC

Color information

#9E9EFC (or 0x9E9EFC) is unknown color: approx Perano. HEX triplet: 9E, 9E and FC. RGB value is (158,158,252). Sum of RGB (Red+Green+Blue) = 158+158+252=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9EFC is #616103. Grayscale: #A8A8A8. Windows color (decimal): -6381828 or 16555678. OLE color: 16555678.

HSL color Cylindrical-coordinate representation of color #9E9EFC: hue angle of 240º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E9EFC is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158158252-
CMYK0.370.3700.01
HSL240º94%80.39%-
HSV(B)240º37.3%98.82%-
XYZ43.938.7597.26-
YUV168.72175120.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.82%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=27.82%
G=27.82%
B=44.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581582520.370.3700.012409480.39
Hex9E9EFC252501f05e50
Octal236236374454501360136120
Binary100111101001111011111100100101100101011111000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,158,252); }

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

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

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

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

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

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

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