#898FCB

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

Shades of Portage #898FCB

Tints of Portage #898FCB

Color information

#898FCB (or 0x898FCB) is unknown color: approx Portage. HEX triplet: 89, 8F and CB. RGB value is (137,143,203). Sum of RGB (Red+Green+Blue) = 137+143+203=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #898FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FCB is #767034. Grayscale: #939393. Windows color (decimal): -7761973 or 13340553. OLE color: 13340553.

HSL color Cylindrical-coordinate representation of color #898FCB: hue angle of 234.55º degrees, saturation: 0.39, 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 #898FCB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB137143203-
CMYK0.330.3000.20
HSL234.55º38.82%66.67%-
HSV(B)234.55º32.51%79.61%-
XYZ30.9229.2860.52-
YUV148.05159.01120.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.36%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=28.36%
G=29.61%
B=42.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371432030.330.3000.20234.5538.8266.67
Hex898FCB211E014eb2743
Octal211217313413602435347103
Binary10001001100011111100101110000111110010100111010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898FCB; }

 p { color: rgb(137,143,203); }

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

<style>
 a { background-color: #898FCB; }

 a { background-color: rgb(137,143,203); }

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

<style>
 span { border-color: #898FCB; }

 span { border-color: rgb(137,143,203); }

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