Html Css Color HEX #8A86DB Portage

📋 copy color: '#8A86DB'

red 138 ◦ green 134 ◦ blue 219

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

Shades of Portage #8A86DB

Tints of Portage #8A86DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 28.11%
G = 27.29%
B = 44.6%

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

#8A86DB (or 0x8A86DB) is known color: Portage. HEX triplet: 8A, 86 and DB. RGB value is (138,134,219). Sum of RGB (Red+Green+Blue) = 138+134+219=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A86DB is #757924. Grayscale: #909090. Windows color (decimal): -7698725 or 14386826. OLE color: 14386826.

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

Color convert

RGB 138 134 219 -
CMYK 0.37 0.39 0 0.14
HSL 242.82º 0.54% 0.69% -
HSV(B) 242.82º 0.39% 0.86% -
XYZ 31.79 27.57 70.66 -
YUV 144.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 138 134 219 0.37 0.39 0 0.14 242.82 0.54 0.69
Hex 8A 86 DB 25 27 0 E F3 36 45
Octal 212 206 333 45 47 0 16 363 66 105
Binary 10001010 10000110 11011011 100101 100111 0 1110 11110011 110110 1000101

Color Harmonies of #8A86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A86DB

Black with #8A86DB

Text Example


Text Example

White with #8A86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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