Html Css Color HEX #8396DC Portage

📋 copy color: '#8396DC'

red 131 ◦ green 150 ◦ blue 220

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

Shades of Portage #8396DC

Tints of Portage #8396DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

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

R = 26.15%
G = 29.94%
B = 43.91%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8396DC (or 0x8396DC) is known color: Portage. HEX triplet: 83, 96 and DC. RGB value is (131,150,220). Sum of RGB (Red+Green+Blue) = 131+150+220=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8396DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396DC is #7C6923. Grayscale: #989898. Windows color (decimal): -8153380 or 14456451. OLE color: 14456451.

HSL color Cylindrical-coordinate representation of color #8396DC: hue angle of 227.19º 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 #8396DC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 150 220 -
CMYK 0.40 0.32 0 0.14
HSL 227.19º 0.56% 0.69% -
HSV(B) 227.19º 0.4% 0.86% -
XYZ 33.18 31.81 72.1 -
YUV 152.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 131 150 220 0.40 0.32 0 0.14 227.19 0.56 0.69
Hex 83 96 DC 28 20 0 E E3 38 45
Octal 203 226 334 50 40 0 16 343 70 105
Binary 10000011 10010110 11011100 101000 100000 0 1110 11100011 111000 1000101

Color Harmonies of #8396DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396DC

Black with #8396DC

Text Example


Text Example

White with #8396DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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