#999EEA

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

Shades of Portage #999EEA

Tints of Portage #999EEA

Color information

#999EEA (or 0x999EEA) is unknown color: approx Portage. HEX triplet: 99, 9E and EA. RGB value is (153,158,234). Sum of RGB (Red+Green+Blue) = 153+158+234=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #999EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EEA is #666115. Grayscale: #A4A4A4. Windows color (decimal): -6709526 or 15376025. OLE color: 15376025.

HSL color Cylindrical-coordinate representation of color #999EEA: hue angle of 236.3º degrees, saturation: 0.66, 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 #999EEA is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153158234-
CMYK0.350.3200.08
HSL236.3º65.85%75.88%-
HSV(B)236.3º34.62%91.76%-
XYZ40.2237.1782.9-
YUV165.17166.84119.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.07%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=28.07%
G=28.99%
B=42.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531582340.350.3200.08236.365.8575.88
Hex999EEA232008ec424c
Octal2312363524340010354102114
Binary100110011001111011101010100011100000010001110110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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