#999EFF

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

Shades of Perano #999EFF

Tints of Perano #999EFF

Color information

#999EFF (or 0x999EFF) is unknown color: approx Perano. HEX triplet: 99, 9E and FF. RGB value is (153,158,255). Sum of RGB (Red+Green+Blue) = 153+158+255=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #999EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EFF is #666100. Grayscale: #A7A7A7. Windows color (decimal): -6709505 or 16752281. OLE color: 16752281.

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

Color convert

RGB153158255-
CMYK0.40.3800
HSL237.06º100%80%-
HSV(B)237.06º40%100%-
XYZ43.4138.4599.74-
YUV167.56177.34117.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.03%
GREEN value IS 158 (62.11% from 255) = 27.92%
BLUE value IS 255 (100% from 255) = 45.05%
R=27.03%
G=27.92%
B=45.05%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531582550.40.3800237.0610080
Hex999EFF282600ed6450
Octal231236377504600355144120
Binary100110011001111011111111101000100110001110110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999EFF; }

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

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

<style>
 a { background-color: #999EFF; }

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

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

<style>
 span { border-color: #999EFF; }

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

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