#999EDD

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

Shades of Portage #999EDD

Tints of Portage #999EDD

Color information

#999EDD (or 0x999EDD) is unknown color: approx Portage. HEX triplet: 99, 9E and DD. RGB value is (153,158,221). Sum of RGB (Red+Green+Blue) = 153+158+221=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #999EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDD is #666122. Grayscale: #A3A3A3. Windows color (decimal): -6709539 or 14524057. OLE color: 14524057.

HSL color Cylindrical-coordinate representation of color #999EDD: hue angle of 235.59º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999EDD is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153158221-
CMYK0.310.2900.13
HSL235.59º50%73.33%-
HSV(B)235.59º30.77%86.67%-
XYZ38.4136.4573.42-
YUV163.69160.34120.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=28.76%
G=29.70%
B=41.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531582210.310.2900.13235.595073.33
Hex999EDD1F1D0Dec3249
Octal231236335373501535462111
Binary100110011001111011011101111111110101101111011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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