#999CE3

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

Shades of Portage #999CE3

Tints of Portage #999CE3

Color information

#999CE3 (or 0x999CE3) is unknown color: approx Portage. HEX triplet: 99, 9C and E3. RGB value is (153,156,227). Sum of RGB (Red+Green+Blue) = 153+156+227=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #999CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CE3 is #66631C. Grayscale: #A2A2A2. Windows color (decimal): -6710045 or 14916761. OLE color: 14916761.

HSL color Cylindrical-coordinate representation of color #999CE3: hue angle of 237.57º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #999CE3 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153156227-
CMYK0.330.3100.11
HSL237.57º56.92%74.51%-
HSV(B)237.57º32.6%89.02%-
XYZ38.8936.177.59-
YUV163.2164.01120.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.54%
GREEN value IS 156 (61.33% from 255) = 29.10%
BLUE value IS 227 (89.06% from 255) = 42.35%
R=28.54%
G=29.10%
B=42.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531562270.330.3100.11237.5756.9274.51
Hex999CE3211F0Bee394b
Octal231234343413701335671113
Binary1001100110011100111000111000011111101011111011101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,227); }

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

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

 a { background-color: rgb(153,156,227); }

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

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

 span { border-color: rgb(153,156,227); }

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