Html Css Color HEX #898EC9 Portage

📋 copy color: '#898EC9'

red 137 ◦ green 142 ◦ blue 201

#898EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #898EC9

Tints of Portage #898EC9

RGB

 RED value IS 137 (53.91% from 255) = 28.54%

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 28.54%
G = 29.58%
B = 41.88%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#898EC9 (or 0x898EC9) is known color: Portage. HEX triplet: 89, 8E and C9. RGB value is (137,142,201). Sum of RGB (Red+Green+Blue) = 137+142+201=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #898EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EC9 is #767136. Grayscale: #929292. Windows color (decimal): -7762231 or 13209225. OLE color: 13209225.

HSL color Cylindrical-coordinate representation of color #898EC9: hue angle of 235.31º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #898EC9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 142 201 -
CMYK 0.32 0.29 0 0.21
HSL 235.31º 0.37% 0.66% -
HSV(B) 235.31º 0.32% 0.79% -
XYZ 30.53 28.88 59.22 -
YUV 147.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 137 142 201 0.32 0.29 0 0.21 235.31 0.37 0.66
Hex 89 8E C9 20 1D 0 15 EB 25 42
Octal 211 216 311 40 35 0 25 353 45 102
Binary 10001001 10001110 11001001 100000 11101 0 10101 11101011 100101 1000010

Color Harmonies of #898EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EC9

Black with #898EC9

Text Example


Text Example

White with #898EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,142,201); }

 H1.HeaderClassName
 {
   color: #898EC9;
 }
 .AnyTagClassName
 {
   color: #898EC9;
 }
</style>

background-color css

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

 a { background-color: rgb(137,142,201); }

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

border-color css

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

 span { border-color: rgb(137,142,201); }

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