#898CD7

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

Shades of Portage #898CD7

Tints of Portage #898CD7

Color information

#898CD7 (or 0x898CD7) is unknown color: approx Portage. HEX triplet: 89, 8C and D7. RGB value is (137,140,215). Sum of RGB (Red+Green+Blue) = 137+140+215=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #898CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CD7 is #767328. Grayscale: #939393. Windows color (decimal): -7762729 or 14126217. OLE color: 14126217.

HSL color Cylindrical-coordinate representation of color #898CD7: hue angle of 237.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #898CD7 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB137140215-
CMYK0.360.3500.16
HSL237.69º49.37%69.02%-
HSV(B)237.69º36.28%84.31%-
XYZ31.9628.9868.2-
YUV147.65166.01120.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 140 (55.08% from 255) = 28.46%
BLUE value IS 215 (84.38% from 255) = 43.70%
R=27.85%
G=28.46%
B=43.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1371402150.360.3500.16237.6949.3769.02
Hex898CD72423010ee3145
Octal211214327444302035661105
Binary100010011000110011010111100100100011010000111011101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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