#999BEA

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

Shades of Portage #999BEA

Tints of Portage #999BEA

Color information

#999BEA (or 0x999BEA) is unknown color: approx Portage. HEX triplet: 99, 9B and EA. RGB value is (153,155,234). Sum of RGB (Red+Green+Blue) = 153+155+234=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #999BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999BEA is #666415. Grayscale: #A3A3A3. Windows color (decimal): -6710294 or 15375257. OLE color: 15375257.

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

Color convert

RGB153155234-
CMYK0.350.3400.08
HSL238.52º65.85%75.88%-
HSV(B)238.52º34.62%91.76%-
XYZ39.7136.1682.73-
YUV163.41167.84120.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=28.23%
G=28.60%
B=43.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531552340.350.3400.08238.5265.8575.88
Hex999BEA232208ef424c
Octal2312333524342010357102114
Binary100110011001101111101010100011100010010001110111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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