Html Css Color HEX #8386E8 Portage

📋 copy color: '#8386E8'

red 131 ◦ green 134 ◦ blue 232

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

Shades of Portage #8386E8

Tints of Portage #8386E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.68%

R = 26.36%
G = 26.96%
B = 46.68%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8386E8 (or 0x8386E8) is known color: Portage. HEX triplet: 83, 86 and E8. RGB value is (131,134,232). Sum of RGB (Red+Green+Blue) = 131+134+232=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #8386E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8386E8 is #7C7917. Grayscale: #8F8F8F. Windows color (decimal): -8157464 or 15238787. OLE color: 15238787.

HSL color Cylindrical-coordinate representation of color #8386E8: hue angle of 238.22º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8386E8 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 131 134 232 -
CMYK 0.44 0.42 0 0.09
HSL 238.22º 0.69% 0.71% -
HSV(B) 238.22º 0.44% 0.91% -
XYZ 32.45 27.7 79.98 -
YUV 144.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 131 134 232 0.44 0.42 0 0.09 238.22 0.69 0.71
Hex 83 86 E8 2C 2A 0 9 EE 45 47
Octal 203 206 350 54 52 0 11 356 105 107
Binary 10000011 10000110 11101000 101100 101010 0 1001 11101110 1000101 1000111

Color Harmonies of #8386E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8386E8

Black with #8386E8

Text Example


Text Example

White with #8386E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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