Html Css Color HEX #8991DA Portage

📋 copy color: '#8991DA'

red 137 ◦ green 145 ◦ blue 218

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

Shades of Portage #8991DA

Tints of Portage #8991DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 27.4%
G = 29%
B = 43.6%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8991DA (or 0x8991DA) is known color: Portage. HEX triplet: 89, 91 and DA. RGB value is (137,145,218). Sum of RGB (Red+Green+Blue) = 137+145+218=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #8991DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991DA is #766E25. Grayscale: #969696. Windows color (decimal): -7761446 or 14324105. OLE color: 14324105.

HSL color Cylindrical-coordinate representation of color #8991DA: hue angle of 234.07º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8991DA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 145 218 -
CMYK 0.37 0.33 0 0.15
HSL 234.07º 0.52% 0.7% -
HSV(B) 234.07º 0.37% 0.85% -
XYZ 33.1 30.63 70.5 -
YUV 150.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 137 145 218 0.37 0.33 0 0.15 234.07 0.52 0.7
Hex 89 91 DA 25 21 0 F EA 34 46
Octal 211 221 332 45 41 0 17 352 64 106
Binary 10001001 10010001 11011010 100101 100001 0 1111 11101010 110100 1000110

Color Harmonies of #8991DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991DA

Black with #8991DA

Text Example


Text Example

White with #8991DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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