#8798CC

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

Shades of Portage #8798CC

Tints of Portage #8798CC

Color information

#8798CC (or 0x8798CC) is unknown color: approx Portage. HEX triplet: 87, 98 and CC. RGB value is (135,152,204). Sum of RGB (Red+Green+Blue) = 135+152+204=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #8798CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798CC is #786733. Grayscale: #989898. Windows color (decimal): -7890740 or 13408391. OLE color: 13408391.

HSL color Cylindrical-coordinate representation of color #8798CC: hue angle of 225.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8798CC is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135152204-
CMYK0.340.2500.2
HSL225.22º40.35%66.47%-
HSV(B)225.22º33.82%80%-
XYZ32.1231.9761.6-
YUV152.84156.87115.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 204 (80.08% from 255) = 41.55%
R=27.49%
G=30.96%
B=41.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351522040.340.2500.2225.2240.3566.47
Hex8798CC2219014e12842
Octal207230314423102434150102
Binary10000111100110001100110010001011001010100111000011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8798CC; }

 p { color: rgb(135,152,204); }

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

<style>
 a { background-color: #8798CC; }

 a { background-color: rgb(135,152,204); }

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

<style>
 span { border-color: #8798CC; }

 span { border-color: rgb(135,152,204); }

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