Html Css Color HEX #8988DF Portage

📋 copy color: '#8988DF'

red 137 ◦ green 136 ◦ blue 223

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

Shades of Portage #8988DF

Tints of Portage #8988DF

RGB

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

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

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

R = 27.62%
G = 27.42%
B = 44.96%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8988DF (or 0x8988DF) is known color: Portage. HEX triplet: 89, 88 and DF. RGB value is (137,136,223). Sum of RGB (Red+Green+Blue) = 137+136+223=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #8988DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8988DF is #767720. Grayscale: #919191. Windows color (decimal): -7763745 or 14649481. OLE color: 14649481.

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

Color convert

RGB 137 136 223 -
CMYK 0.39 0.39 0 0.13
HSL 240.69º 0.58% 0.7% -
HSV(B) 240.69º 0.39% 0.87% -
XYZ 32.44 28.25 73.56 -
YUV 146.22 171.33 121.43 -
System Red Green Blue C M Y K H S L
Decimal 137 136 223 0.39 0.39 0 0.13 240.69 0.58 0.7
Hex 89 88 DF 27 27 0 D F1 3A 46
Octal 211 210 337 47 47 0 15 361 72 106
Binary 10001001 10001000 11011111 100111 100111 0 1101 11110001 111010 1000110

Color Harmonies of #8988DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8988DF

Black with #8988DF

Text Example


Text Example

White with #8988DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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