#999BEE

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

Shades of Portage #999BEE

Tints of Portage #999BEE

Color information

#999BEE (or 0x999BEE) is unknown color: approx Portage. HEX triplet: 99, 9B and EE. RGB value is (153,155,238). Sum of RGB (Red+Green+Blue) = 153+155+238=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #999BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BEE is #666411. Grayscale: #A3A3A3. Windows color (decimal): -6710290 or 15637401. OLE color: 15637401.

HSL color Cylindrical-coordinate representation of color #999BEE: hue angle of 238.59º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999BEE is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153155238-
CMYK0.360.3500.07
HSL238.59º71.43%76.67%-
HSV(B)238.59º35.71%93.33%-
XYZ40.2936.3985.79-
YUV163.86169.84120.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.02%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=28.02%
G=28.39%
B=43.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531552380.360.3500.07238.5971.4376.67
Hex999BEE242307ef474d
Octal231233356444307357107115
Binary10011001100110111110111010010010001101111110111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,155,238); }

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

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

 a { background-color: rgb(153,155,238); }

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

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

 span { border-color: rgb(153,155,238); }

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