Html Css Color HEX #8991ED Portage

📋 copy color: '#8991ED'

red 137 ◦ green 145 ◦ blue 237

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

Shades of Portage #8991ED

Tints of Portage #8991ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 26.4%
G = 27.94%
B = 45.66%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8991ED (or 0x8991ED) is known color: Portage. HEX triplet: 89, 91 and ED. RGB value is (137,145,237). Sum of RGB (Red+Green+Blue) = 137+145+237=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #8991ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8991ED is #766E12. Grayscale: #989898. Windows color (decimal): -7761427 or 15569289. OLE color: 15569289.

HSL color Cylindrical-coordinate representation of color #8991ED: hue angle of 235.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8991ED is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 145 237 -
CMYK 0.42 0.39 0 0.07
HSL 235.2º 0.74% 0.73% -
HSV(B) 235.2º 0.42% 0.93% -
XYZ 35.73 31.68 84.35 -
YUV 153.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 137 145 237 0.42 0.39 0 0.07 235.2 0.74 0.73
Hex 89 91 ED 2A 27 0 7 EB 4A 49
Octal 211 221 355 52 47 0 7 353 112 111
Binary 10001001 10010001 11101101 101010 100111 0 111 11101011 1001010 1001001

Color Harmonies of #8991ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991ED

Black with #8991ED

Text Example


Text Example

White with #8991ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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