Html Css Color HEX #8991C8 Portage

📋 copy color: '#8991C8'

red 137 ◦ green 145 ◦ blue 200

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

Shades of Portage #8991C8

Tints of Portage #8991C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.49%

R = 28.42%
G = 30.08%
B = 41.49%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8991C8 (or 0x8991C8) is known color: Portage. HEX triplet: 89, 91 and C8. RGB value is (137,145,200). Sum of RGB (Red+Green+Blue) = 137+145+200=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 200 - color contains mainly: blue. Hex color #8991C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991C8 is #766E37. Grayscale: #949494. Windows color (decimal): -7761464 or 13144457. OLE color: 13144457.

HSL color Cylindrical-coordinate representation of color #8991C8: hue angle of 232.38º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8991C8 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 145 200 -
CMYK 0.32 0.28 0 0.22
HSL 232.38º 0.36% 0.66% -
HSV(B) 232.38º 0.32% 0.78% -
XYZ 30.87 29.74 58.76 -
YUV 148.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 137 145 200 0.32 0.28 0 0.22 232.38 0.36 0.66
Hex 89 91 C8 20 1C 0 16 E8 24 42
Octal 211 221 310 40 34 0 26 350 44 102
Binary 10001001 10010001 11001000 100000 11100 0 10110 11101000 100100 1000010

Color Harmonies of #8991C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991C8

Black with #8991C8

Text Example


Text Example

White with #8991C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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