Html Css Color HEX #8386DC Portage

📋 copy color: '#8386DC'

red 131 ◦ green 134 ◦ blue 220

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

Shades of Portage #8386DC

Tints of Portage #8386DC

RGB

 RED value IS 131 (51.56% from 255) = 27.01%

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

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

R = 27.01%
G = 27.63%
B = 45.36%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8386DC (or 0x8386DC) is known color: Portage. HEX triplet: 83, 86 and DC. RGB value is (131,134,220). Sum of RGB (Red+Green+Blue) = 131+134+220=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #8386DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8386DC is #7C7923. Grayscale: #8E8E8E. Windows color (decimal): -8157476 or 14452355. OLE color: 14452355.

HSL color Cylindrical-coordinate representation of color #8386DC: hue angle of 237.98º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8386DC is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 134 220 -
CMYK 0.40 0.39 0 0.14
HSL 237.98º 0.56% 0.69% -
HSV(B) 237.98º 0.4% 0.86% -
XYZ 30.8 27.04 71.31 -
YUV 142.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 131 134 220 0.40 0.39 0 0.14 237.98 0.56 0.69
Hex 83 86 DC 28 27 0 E EE 38 45
Octal 203 206 334 50 47 0 16 356 70 105
Binary 10000011 10000110 11011100 101000 100111 0 1110 11101110 111000 1000101

Color Harmonies of #8386DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8386DC

Black with #8386DC

Text Example


Text Example

White with #8386DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8386DC; }

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

 H1.HeaderClassName
 {
   color: #8386DC;
 }
 .AnyTagClassName
 {
   color: #8386DC;
 }
</style>

background-color css

<style>
 a { background-color: #8386DC; }

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

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

border-color css

<style>
 span { border-color: #8386DC; }

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

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