Html Css Color HEX #898FC9 Portage

📋 copy color: '#898FC9'

red 137 ◦ green 143 ◦ blue 201

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

Shades of Portage #898FC9

Tints of Portage #898FC9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.73%

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

R = 28.48%
G = 29.73%
B = 41.79%

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

#898FC9 (or 0x898FC9) is known color: Portage. HEX triplet: 89, 8F and C9. RGB value is (137,143,201). Sum of RGB (Red+Green+Blue) = 137+143+201=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #898FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FC9 is #767036. Grayscale: #939393. Windows color (decimal): -7761975 or 13209481. OLE color: 13209481.

HSL color Cylindrical-coordinate representation of color #898FC9: hue angle of 234.38º 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 #898FC9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 143 201 -
CMYK 0.32 0.29 0 0.21
HSL 234.38º 0.37% 0.66% -
HSV(B) 234.38º 0.32% 0.79% -
XYZ 30.68 29.18 59.27 -
YUV 147.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 137 143 201 0.32 0.29 0 0.21 234.38 0.37 0.66
Hex 89 8F C9 20 1D 0 15 EA 25 42
Octal 211 217 311 40 35 0 25 352 45 102
Binary 10001001 10001111 11001001 100000 11101 0 10101 11101010 100101 1000010

Color Harmonies of #898FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FC9

Black with #898FC9

Text Example


Text Example

White with #898FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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