Html Css Color HEX #8991C9 Portage

📋 copy color: '#8991C9'

red 137 ◦ green 145 ◦ blue 201

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

Shades of Portage #8991C9

Tints of Portage #8991C9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.02%

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

R = 28.36%
G = 30.02%
B = 41.61%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8991C9 (or 0x8991C9) is known color: Portage. HEX triplet: 89, 91 and C9. RGB value is (137,145,201). Sum of RGB (Red+Green+Blue) = 137+145+201=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #8991C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991C9 is #766E36. Grayscale: #949494. Windows color (decimal): -7761463 or 13209993. OLE color: 13209993.

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

Color convert

RGB 137 145 201 -
CMYK 0.32 0.28 0 0.21
HSL 232.5º 0.37% 0.66% -
HSV(B) 232.5º 0.32% 0.79% -
XYZ 30.98 29.79 59.37 -
YUV 148.99 157.35 119.45 -
System Red Green Blue C M Y K H S L
Decimal 137 145 201 0.32 0.28 0 0.21 232.5 0.37 0.66
Hex 89 91 C9 20 1C 0 15 E8 25 42
Octal 211 221 311 40 34 0 25 350 45 102
Binary 10001001 10010001 11001001 100000 11100 0 10101 11101000 100101 1000010

Color Harmonies of #8991C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991C9

Black with #8991C9

Text Example


Text Example

White with #8991C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8991C9; }

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

 H1.HeaderClassName
 {
   color: #8991C9;
 }
 .AnyTagClassName
 {
   color: #8991C9;
 }
</style>

background-color css

<style>
 a { background-color: #8991C9; }

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

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

border-color css

<style>
 span { border-color: #8991C9; }

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

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