#898DCB

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

Shades of Portage #898DCB

Tints of Portage #898DCB

Color information

#898DCB (or 0x898DCB) is unknown color: approx Portage. HEX triplet: 89, 8D and CB. RGB value is (137,141,203). Sum of RGB (Red+Green+Blue) = 137+141+203=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #898DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DCB is #767234. Grayscale: #929292. Windows color (decimal): -7762485 or 13340041. OLE color: 13340041.

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

Color convert

RGB137141203-
CMYK0.330.3100.20
HSL236.36º38.82%66.67%-
HSV(B)236.36º32.51%79.61%-
XYZ30.6228.6860.42-
YUV146.87159.67120.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=28.48%
G=29.31%
B=42.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371412030.330.3100.20236.3638.8266.67
Hex898DCB211F014ec2743
Octal211215313413702435447103
Binary10001001100011011100101110000111111010100111011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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