Html Css Color HEX #8991CA Portage

📋 copy color: '#8991CA'

red 137 ◦ green 145 ◦ blue 202

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

Shades of Portage #8991CA

Tints of Portage #8991CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 28.31%
G = 29.96%
B = 41.74%

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

#8991CA (or 0x8991CA) is known color: Portage. HEX triplet: 89, 91 and CA. RGB value is (137,145,202). Sum of RGB (Red+Green+Blue) = 137+145+202=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8991CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991CA is #766E35. Grayscale: #949494. Windows color (decimal): -7761462 or 13275529. OLE color: 13275529.

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

Color convert

RGB 137 145 202 -
CMYK 0.32 0.28 0 0.21
HSL 232.62º 0.38% 0.66% -
HSV(B) 232.62º 0.32% 0.79% -
XYZ 31.1 29.83 60 -
YUV 149.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 137 145 202 0.32 0.28 0 0.21 232.62 0.38 0.66
Hex 89 91 CA 20 1C 0 15 E9 26 42
Octal 211 221 312 40 34 0 25 351 46 102
Binary 10001001 10010001 11001010 100000 11100 0 10101 11101001 100110 1000010

Color Harmonies of #8991CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991CA

Black with #8991CA

Text Example


Text Example

White with #8991CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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