#999CE7

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

Shades of Portage #999CE7

Tints of Portage #999CE7

Color information

#999CE7 (or 0x999CE7) is unknown color: approx Portage. HEX triplet: 99, 9C and E7. RGB value is (153,156,231). Sum of RGB (Red+Green+Blue) = 153+156+231=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #999CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999CE7 is #666318. Grayscale: #A3A3A3. Windows color (decimal): -6710041 or 15178905. OLE color: 15178905.

HSL color Cylindrical-coordinate representation of color #999CE7: hue angle of 237.69º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999CE7 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153156231-
CMYK0.340.3200.09
HSL237.69º61.9%75.29%-
HSV(B)237.69º33.77%90.59%-
XYZ39.4536.3280.53-
YUV163.65166.01120.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.33%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=28.33%
G=28.89%
B=42.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1531562310.340.3200.09237.6961.975.29
Hex999CE7222009ee3e4b
Octal231234347424001135676113
Binary10011001100111001110011110001010000001001111011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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