Html Css Color HEX #8A86DC Portage

📋 copy color: '#8A86DC'

red 138 ◦ green 134 ◦ blue 220

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

Shades of Portage #8A86DC

Tints of Portage #8A86DC

RGB

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

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

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

R = 28.05%
G = 27.24%
B = 44.72%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A86DC (or 0x8A86DC) is known color: Portage. HEX triplet: 8A, 86 and DC. RGB value is (138,134,220). Sum of RGB (Red+Green+Blue) = 138+134+220=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A86DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A86DC is #757923. Grayscale: #909090. Windows color (decimal): -7698724 or 14452362. OLE color: 14452362.

HSL color Cylindrical-coordinate representation of color #8A86DC: hue angle of 242.79º 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 #8A86DC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 134 220 -
CMYK 0.37 0.39 0 0.14
HSL 242.79º 0.55% 0.69% -
HSV(B) 242.79º 0.39% 0.86% -
XYZ 31.92 27.62 71.36 -
YUV 145 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 138 134 220 0.37 0.39 0 0.14 242.79 0.55 0.69
Hex 8A 86 DC 25 27 0 E F3 37 45
Octal 212 206 334 45 47 0 16 363 67 105
Binary 10001010 10000110 11011100 100101 100111 0 1110 11110011 110111 1000101

Color Harmonies of #8A86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A86DC

Black with #8A86DC

Text Example


Text Example

White with #8A86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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