Html Css Color HEX #8988DD Portage

📋 copy color: '#8988DD'

red 137 ◦ green 136 ◦ blue 221

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

Shades of Portage #8988DD

Tints of Portage #8988DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 27.73%
G = 27.53%
B = 44.74%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8988DD (or 0x8988DD) is known color: Portage. HEX triplet: 89, 88 and DD. RGB value is (137,136,221). Sum of RGB (Red+Green+Blue) = 137+136+221=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8988DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988DD is #767722. Grayscale: #919191. Windows color (decimal): -7763747 or 14518409. OLE color: 14518409.

HSL color Cylindrical-coordinate representation of color #8988DD: hue angle of 240.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8988DD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 136 221 -
CMYK 0.38 0.38 0 0.13
HSL 240.71º 0.56% 0.7% -
HSV(B) 240.71º 0.38% 0.87% -
XYZ 32.17 28.15 72.14 -
YUV 145.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 137 136 221 0.38 0.38 0 0.13 240.71 0.56 0.7
Hex 89 88 DD 26 26 0 D F1 38 46
Octal 211 210 335 46 46 0 15 361 70 106
Binary 10001001 10001000 11011101 100110 100110 0 1101 11110001 111000 1000110

Color Harmonies of #8988DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8988DD

Black with #8988DD

Text Example


Text Example

White with #8988DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8988DD; }

 p { color: rgb(137,136,221); }

 H1.HeaderClassName
 {
   color: #8988DD;
 }
 .AnyTagClassName
 {
   color: #8988DD;
 }
</style>

background-color css

<style>
 a { background-color: #8988DD; }

 a { background-color: rgb(137,136,221); }

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

border-color css

<style>
 span { border-color: #8988DD; }

 span { border-color: rgb(137,136,221); }

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