Html Css Color HEX #8986DA Portage

📋 copy color: '#8986DA'

red 137 ◦ green 134 ◦ blue 218

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

Shades of Portage #8986DA

Tints of Portage #8986DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 28.02%
G = 27.4%
B = 44.58%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8986DA (or 0x8986DA) is known color: Portage. HEX triplet: 89, 86 and DA. RGB value is (137,134,218). Sum of RGB (Red+Green+Blue) = 137+134+218=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #8986DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986DA is #767925. Grayscale: #909090. Windows color (decimal): -7764262 or 14321289. OLE color: 14321289.

HSL color Cylindrical-coordinate representation of color #8986DA: hue angle of 242.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8986DA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 134 218 -
CMYK 0.37 0.39 0 0.15
HSL 242.14º 0.53% 0.69% -
HSV(B) 242.14º 0.39% 0.85% -
XYZ 31.5 27.43 69.96 -
YUV 144.47 169.49 122.67 -
System Red Green Blue C M Y K H S L
Decimal 137 134 218 0.37 0.39 0 0.15 242.14 0.53 0.69
Hex 89 86 DA 25 27 0 F F2 35 45
Octal 211 206 332 45 47 0 17 362 65 105
Binary 10001001 10000110 11011010 100101 100111 0 1111 11110010 110101 1000101

Color Harmonies of #8986DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8986DA

Black with #8986DA

Text Example


Text Example

White with #8986DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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