#999EEB

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

Shades of Portage #999EEB

Tints of Portage #999EEB

Color information

#999EEB (or 0x999EEB) is unknown color: approx Portage. HEX triplet: 99, 9E and EB. RGB value is (153,158,235). Sum of RGB (Red+Green+Blue) = 153+158+235=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #999EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EEB is #666114. Grayscale: #A4A4A4. Windows color (decimal): -6709525 or 15441561. OLE color: 15441561.

HSL color Cylindrical-coordinate representation of color #999EEB: hue angle of 236.34º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999EEB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153158235-
CMYK0.350.3300.08
HSL236.34º67.21%76.08%-
HSV(B)236.34º34.89%92.16%-
XYZ40.3637.2283.66-
YUV165.28167.34119.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=28.02%
G=28.94%
B=43.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531582350.350.3300.08236.3467.2176.08
Hex999EEB232108ec434c
Octal2312363534341010354103114
Binary100110011001111011101011100011100001010001110110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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