#999BE1

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

Shades of Portage #999BE1

Tints of Portage #999BE1

Color information

#999BE1 (or 0x999BE1) is unknown color: approx Portage. HEX triplet: 99, 9B and E1. RGB value is (153,155,225). Sum of RGB (Red+Green+Blue) = 153+155+225=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #999BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BE1 is #66641E. Grayscale: #A2A2A2. Windows color (decimal): -6710303 or 14785433. OLE color: 14785433.

HSL color Cylindrical-coordinate representation of color #999BE1: hue angle of 238.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999BE1 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153155225-
CMYK0.320.3100.12
HSL238.33º54.55%74.12%-
HSV(B)238.33º32%88.24%-
XYZ38.4535.6576.09-
YUV162.38163.34121.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=28.71%
G=29.08%
B=42.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531552250.320.3100.12238.3354.5574.12
Hex999BE1201F0Cee374a
Octal231233341403701435667112
Binary1001100110011011111000011000001111101100111011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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