#8798CD

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

Shades of Portage #8798CD

Tints of Portage #8798CD

Color information

#8798CD (or 0x8798CD) is unknown color: approx Portage. HEX triplet: 87, 98 and CD. RGB value is (135,152,205). Sum of RGB (Red+Green+Blue) = 135+152+205=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #8798CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798CD is #786732. Grayscale: #989898. Windows color (decimal): -7890739 or 13473927. OLE color: 13473927.

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

Color convert

RGB135152205-
CMYK0.340.2600.20
HSL225.43º41.18%66.67%-
HSV(B)225.43º34.15%80.39%-
XYZ32.2432.0262.24-
YUV152.96157.37115.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.44%
GREEN value IS 152 (59.77% from 255) = 30.89%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=27.44%
G=30.89%
B=41.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351522050.340.2600.20225.4341.1866.67
Hex8798CD221A014e12943
Octal207230315423202434151103
Binary10000111100110001100110110001011010010100111000011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8798CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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