#8B98CA

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

Shades of Portage #8B98CA

Tints of Portage #8B98CA

Color information

#8B98CA (or 0x8B98CA) is unknown color: approx Portage. HEX triplet: 8B, 98 and CA. RGB value is (139,152,202). Sum of RGB (Red+Green+Blue) = 139+152+202=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B98CA is #746735. Grayscale: #999999. Windows color (decimal): -7628598 or 13277323. OLE color: 13277323.

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

Color convert

RGB139152202-
CMYK0.310.2500.21
HSL227.62º37.28%66.86%-
HSV(B)227.62º31.19%79.22%-
XYZ32.5432.2160.38-
YUV153.81155.19117.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=28.19%
G=30.83%
B=40.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391522020.310.2500.21227.6237.2866.86
Hex8B98CA1F19015e42543
Octal213230312373102534445103
Binary1000101110011000110010101111111001010101111001001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,202); }

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

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

 a { background-color: rgb(139,152,202); }

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

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

 span { border-color: rgb(139,152,202); }

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