#8999CD

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

Shades of Portage #8999CD

Tints of Portage #8999CD

Color information

#8999CD (or 0x8999CD) is unknown color: approx Portage. HEX triplet: 89, 99 and CD. RGB value is (137,153,205). Sum of RGB (Red+Green+Blue) = 137+153+205=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #8999CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8999CD is #766632. Grayscale: #999999. Windows color (decimal): -7759411 or 13474185. OLE color: 13474185.

HSL color Cylindrical-coordinate representation of color #8999CD: hue angle of 225.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8999CD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137153205-
CMYK0.330.2500.20
HSL225.88º40.48%67.06%-
HSV(B)225.88º33.17%80.39%-
XYZ32.7332.5162.31-
YUV154.14156.7115.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=27.68%
G=30.91%
B=41.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371532050.330.2500.20225.8840.4867.06
Hex8999CD2119014e22843
Octal211231315413102434250103
Binary10001001100110011100110110000111001010100111000101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8999CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8999CD; }

 p { color: rgb(137,153,205); }

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

<style>
 a { background-color: #8999CD; }

 a { background-color: rgb(137,153,205); }

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

<style>
 span { border-color: #8999CD; }

 span { border-color: rgb(137,153,205); }

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