Html Css Color HEX #8991DF Portage

📋 copy color: '#8991DF'

red 137 ◦ green 145 ◦ blue 223

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

Shades of Portage #8991DF

Tints of Portage #8991DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 27.13%
G = 28.71%
B = 44.16%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8991DF (or 0x8991DF) is known color: Portage. HEX triplet: 89, 91 and DF. RGB value is (137,145,223). Sum of RGB (Red+Green+Blue) = 137+145+223=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8991DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991DF is #766E20. Grayscale: #979797. Windows color (decimal): -7761441 or 14651785. OLE color: 14651785.

HSL color Cylindrical-coordinate representation of color #8991DF: hue angle of 234.42º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8991DF is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 145 223 -
CMYK 0.39 0.35 0 0.13
HSL 234.42º 0.57% 0.71% -
HSV(B) 234.42º 0.39% 0.87% -
XYZ 33.76 30.9 74 -
YUV 151.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 137 145 223 0.39 0.35 0 0.13 234.42 0.57 0.71
Hex 89 91 DF 27 23 0 D EA 39 47
Octal 211 221 337 47 43 0 15 352 71 107
Binary 10001001 10010001 11011111 100111 100011 0 1101 11101010 111001 1000111

Color Harmonies of #8991DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991DF

Black with #8991DF

Text Example


Text Example

White with #8991DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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