#8D98CB

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

Shades of Portage #8D98CB

Tints of Portage #8D98CB

Color information

#8D98CB (or 0x8D98CB) is unknown color: approx Portage. HEX triplet: 8D, 98 and CB. RGB value is (141,152,203). Sum of RGB (Red+Green+Blue) = 141+152+203=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D98CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D98CB is #726734. Grayscale: #9A9A9A. Windows color (decimal): -7497525 or 13342861. OLE color: 13342861.

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

Color convert

RGB141152203-
CMYK0.310.2500.20
HSL229.35º37.35%67.45%-
HSV(B)229.35º30.54%79.61%-
XYZ32.9932.4361.02-
YUV154.52155.36118.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 203 (79.69% from 255) = 40.93%
R=28.43%
G=30.65%
B=40.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411522030.310.2500.20229.3537.3567.45
Hex8D98CB1F19014e52543
Octal215230313373102434545103
Binary1000110110011000110010111111111001010100111001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D98CB; }

 p { color: rgb(141,152,203); }

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

<style>
 a { background-color: #8D98CB; }

 a { background-color: rgb(141,152,203); }

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

<style>
 span { border-color: #8D98CB; }

 span { border-color: rgb(141,152,203); }

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