Html Css Color HEX #899AC9 Portage

📋 copy color: '#899AC9'

red 137 ◦ green 154 ◦ blue 201

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

Shades of Portage #899AC9

Tints of Portage #899AC9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

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

R = 27.85%
G = 31.3%
B = 40.85%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#899AC9 (or 0x899AC9) is known color: Portage. HEX triplet: 89, 9A and C9. RGB value is (137,154,201). Sum of RGB (Red+Green+Blue) = 137+154+201=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #899AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899AC9 is #766536. Grayscale: #9A9A9A. Windows color (decimal): -7759159 or 13212297. OLE color: 13212297.

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

Color convert

RGB 137 154 201 -
CMYK 0.32 0.23 0 0.21
HSL 224.06º 0.37% 0.66% -
HSV(B) 224.06º 0.32% 0.79% -
XYZ 32.41 32.65 59.85 -
YUV 154.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 137 154 201 0.32 0.23 0 0.21 224.06 0.37 0.66
Hex 89 9A C9 20 17 0 15 E0 25 42
Octal 211 232 311 40 27 0 25 340 45 102
Binary 10001001 10011010 11001001 100000 10111 0 10101 11100000 100101 1000010

Color Harmonies of #899AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AC9

Black with #899AC9

Text Example


Text Example

White with #899AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899AC9; }

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

 H1.HeaderClassName
 {
   color: #899AC9;
 }
 .AnyTagClassName
 {
   color: #899AC9;
 }
</style>

background-color css

<style>
 a { background-color: #899AC9; }

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

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

border-color css

<style>
 span { border-color: #899AC9; }

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

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