#898FF8

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

Shades of Portage #898FF8

Tints of Portage #898FF8

Color information

#898FF8 (or 0x898FF8) is unknown color: approx Portage. HEX triplet: 89, 8F and F8. RGB value is (137,143,248). Sum of RGB (Red+Green+Blue) = 137+143+248=528 (69% of max value = 765). Red value is 137 (53.91% from 255 or 25.95% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #898FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #898FF8 is #767007. Grayscale: #989898. Windows color (decimal): -7761928 or 16289673. OLE color: 16289673.

HSL color Cylindrical-coordinate representation of color #898FF8: hue angle of 236.76º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #898FF8 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB137143248-
CMYK0.450.4200.03
HSL236.76º88.8%75.49%-
HSV(B)236.76º44.76%97.25%-
XYZ37.0831.7492.98-
YUV153.18181.51116.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.95%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 248 (97.27% from 255) = 46.97%
R=25.95%
G=27.08%
B=46.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1371432480.450.4200.03236.7688.875.49
Hex898FF82D2A03ed594b
Octal211217370555203355131113
Binary1000100110001111111110001011011010100111110110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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