Html Css Color HEX #8386ED Portage

📋 copy color: '#8386ED'

red 131 ◦ green 134 ◦ blue 237

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

Shades of Portage #8386ED

Tints of Portage #8386ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 26.1%
G = 26.69%
B = 47.21%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8386ED (or 0x8386ED) is known color: Portage. HEX triplet: 83, 86 and ED. RGB value is (131,134,237). Sum of RGB (Red+Green+Blue) = 131+134+237=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #8386ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8386ED is #7C7912. Grayscale: #909090. Windows color (decimal): -8157459 or 15566467. OLE color: 15566467.

HSL color Cylindrical-coordinate representation of color #8386ED: hue angle of 238.3º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8386ED is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 134 237 -
CMYK 0.45 0.43 0 0.07
HSL 238.3º 0.75% 0.72% -
HSV(B) 238.3º 0.45% 0.93% -
XYZ 33.17 27.99 83.78 -
YUV 144.85 180.01 118.12 -
System Red Green Blue C M Y K H S L
Decimal 131 134 237 0.45 0.43 0 0.07 238.3 0.75 0.72
Hex 83 86 ED 2D 2B 0 7 EE 4B 48
Octal 203 206 355 55 53 0 7 356 113 110
Binary 10000011 10000110 11101101 101101 101011 0 111 11101110 1001011 1001000

Color Harmonies of #8386ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8386ED

Black with #8386ED

Text Example


Text Example

White with #8386ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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