#898CCF

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

Shades of Portage #898CCF

Tints of Portage #898CCF

Color information

#898CCF (or 0x898CCF) is unknown color: approx Portage. HEX triplet: 89, 8C and CF. RGB value is (137,140,207). Sum of RGB (Red+Green+Blue) = 137+140+207=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #898CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCF is #767330. Grayscale: #929292. Windows color (decimal): -7762737 or 13601929. OLE color: 13601929.

HSL color Cylindrical-coordinate representation of color #898CCF: hue angle of 237.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #898CCF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB137140207-
CMYK0.340.3200.19
HSL237.43º42.17%67.45%-
HSV(B)237.43º33.82%81.18%-
XYZ30.9628.5862.92-
YUV146.74162.01121.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=28.31%
G=28.93%
B=42.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1371402070.340.3200.19237.4342.1767.45
Hex898CCF2220013ed2a43
Octal211214317424002335552103
Binary100010011000110011001111100010100000010011111011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,140,207); }

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

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

 a { background-color: rgb(137,140,207); }

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

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

 span { border-color: rgb(137,140,207); }

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