#898CCD

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

Shades of Portage #898CCD

Tints of Portage #898CCD

Color information

#898CCD (or 0x898CCD) is unknown color: approx Portage. HEX triplet: 89, 8C and CD. RGB value is (137,140,205). Sum of RGB (Red+Green+Blue) = 137+140+205=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #898CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CCD is #767332. Grayscale: #929292. Windows color (decimal): -7762739 or 13470857. OLE color: 13470857.

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

Color convert

RGB137140205-
CMYK0.330.3200.20
HSL237.35º40.48%67.06%-
HSV(B)237.35º33.17%80.39%-
XYZ30.7128.4861.64-
YUV146.51161.01121.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.42%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=28.42%
G=29.05%
B=42.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1371402050.330.3200.20237.3540.4867.06
Hex898CCD2120014ed2843
Octal211214315414002435550103
Binary100010011000110011001101100001100000010100111011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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