Html Css Color HEX #8A86DD Portage

📋 copy color: '#8A86DD'

red 138 ◦ green 134 ◦ blue 221

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

Shades of Portage #8A86DD

Tints of Portage #8A86DD

RGB

 RED value IS 138 (54.3% from 255) = 27.99%

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

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

R = 27.99%
G = 27.18%
B = 44.83%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A86DD (or 0x8A86DD) is known color: Portage. HEX triplet: 8A, 86 and DD. RGB value is (138,134,221). Sum of RGB (Red+Green+Blue) = 138+134+221=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A86DD is #757922. Grayscale: #909090. Windows color (decimal): -7698723 or 14517898. OLE color: 14517898.

HSL color Cylindrical-coordinate representation of color #8A86DD: hue angle of 242.76º degrees, saturation: 0.56, 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 #8A86DD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 134 221 -
CMYK 0.38 0.39 0 0.13
HSL 242.76º 0.56% 0.7% -
HSV(B) 242.76º 0.39% 0.87% -
XYZ 32.06 27.67 72.06 -
YUV 145.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 138 134 221 0.38 0.39 0 0.13 242.76 0.56 0.7
Hex 8A 86 DD 26 27 0 D F3 38 46
Octal 212 206 335 46 47 0 15 363 70 106
Binary 10001010 10000110 11011101 100110 100111 0 1101 11110011 111000 1000110

Color Harmonies of #8A86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A86DD

Black with #8A86DD

Text Example


Text Example

White with #8A86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A86DD; }

 p { color: rgb(138,134,221); }

 H1.HeaderClassName
 {
   color: #8A86DD;
 }
 .AnyTagClassName
 {
   color: #8A86DD;
 }
</style>

background-color css

<style>
 a { background-color: #8A86DD; }

 a { background-color: rgb(138,134,221); }

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

border-color css

<style>
 span { border-color: #8A86DD; }

 span { border-color: rgb(138,134,221); }

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