Html Css Color HEX #8986DC Portage

📋 copy color: '#8986DC'

red 137 ◦ green 134 ◦ blue 220

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

Shades of Portage #8986DC

Tints of Portage #8986DC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 27.9%
G = 27.29%
B = 44.81%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8986DC (or 0x8986DC) is known color: Portage. HEX triplet: 89, 86 and DC. RGB value is (137,134,220). Sum of RGB (Red+Green+Blue) = 137+134+220=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #8986DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986DC is #767923. Grayscale: #909090. Windows color (decimal): -7764260 or 14452361. OLE color: 14452361.

HSL color Cylindrical-coordinate representation of color #8986DC: hue angle of 242.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8986DC is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 134 220 -
CMYK 0.38 0.39 0 0.14
HSL 242.09º 0.55% 0.69% -
HSV(B) 242.09º 0.39% 0.86% -
XYZ 31.76 27.54 71.35 -
YUV 144.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 137 134 220 0.38 0.39 0 0.14 242.09 0.55 0.69
Hex 89 86 DC 26 27 0 E F2 37 45
Octal 211 206 334 46 47 0 16 362 67 105
Binary 10001001 10000110 11011100 100110 100111 0 1110 11110010 110111 1000101

Color Harmonies of #8986DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8986DC

Black with #8986DC

Text Example


Text Example

White with #8986DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8986DC; }

 p { color: rgb(137,134,220); }

 H1.HeaderClassName
 {
   color: #8986DC;
 }
 .AnyTagClassName
 {
   color: #8986DC;
 }
</style>

background-color css

<style>
 a { background-color: #8986DC; }

 a { background-color: rgb(137,134,220); }

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

border-color css

<style>
 span { border-color: #8986DC; }

 span { border-color: rgb(137,134,220); }

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