Html Css Color HEX #8986DF Portage

📋 copy color: '#8986DF'

red 137 ◦ green 134 ◦ blue 223

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

Shades of Portage #8986DF

Tints of Portage #8986DF

RGB

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

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

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

R = 27.73%
G = 27.13%
B = 45.14%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8986DF (or 0x8986DF) is known color: Portage. HEX triplet: 89, 86 and DF. RGB value is (137,134,223). Sum of RGB (Red+Green+Blue) = 137+134+223=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #8986DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8986DF is #767920. Grayscale: #909090. Windows color (decimal): -7764257 or 14648969. OLE color: 14648969.

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

Color convert

RGB 137 134 223 -
CMYK 0.39 0.40 0 0.13
HSL 242.02º 0.58% 0.7% -
HSV(B) 242.02º 0.4% 0.87% -
XYZ 32.16 27.7 73.46 -
YUV 145.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 137 134 223 0.39 0.40 0 0.13 242.02 0.58 0.7
Hex 89 86 DF 27 28 0 D F2 3A 46
Octal 211 206 337 47 50 0 15 362 72 106
Binary 10001001 10000110 11011111 100111 101000 0 1101 11110010 111010 1000110

Color Harmonies of #8986DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8986DF

Black with #8986DF

Text Example


Text Example

White with #8986DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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