#9EB3FF

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

Shades of Perano #9EB3FF

Tints of Perano #9EB3FF

Color information

#9EB3FF (or 0x9EB3FF) is unknown color: approx Perano. HEX triplet: 9E, B3 and FF. RGB value is (158,179,255). Sum of RGB (Red+Green+Blue) = 158+179+255=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EB3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB3FF is #614C00. Grayscale: #B5B5B5. Windows color (decimal): -6376449 or 16757662. OLE color: 16757662.

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

Color convert

RGB158179255-
CMYK0.380.3000
HSL227.01º100%80.98%-
HSV(B)227.01º38.04%100%-
XYZ48.2746.73101.08-
YUV181.38169.54111.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.69%
GREEN value IS 179 (70.31% from 255) = 30.24%
BLUE value IS 255 (100% from 255) = 43.07%
R=26.69%
G=30.24%
B=43.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581792550.380.3000227.0110080.98
Hex9EB3FF261E00e36451
Octal236263377463600343144121
Binary10011110101100111111111110011011110001110001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,179,255); }

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

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

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

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

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

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

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