Html Css Color HEX #8396DD Portage

📋 copy color: '#8396DD'

red 131 ◦ green 150 ◦ blue 221

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

Shades of Portage #8396DD

Tints of Portage #8396DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 26.1%
G = 29.88%
B = 44.02%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8396DD (or 0x8396DD) is known color: Portage. HEX triplet: 83, 96 and DD. RGB value is (131,150,221). Sum of RGB (Red+Green+Blue) = 131+150+221=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8396DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396DD is #7C6922. Grayscale: #989898. Windows color (decimal): -8153379 or 14521987. OLE color: 14521987.

HSL color Cylindrical-coordinate representation of color #8396DD: hue angle of 227.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8396DD is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 150 221 -
CMYK 0.41 0.32 0 0.13
HSL 227.33º 0.57% 0.69% -
HSV(B) 227.33º 0.41% 0.87% -
XYZ 33.32 31.86 72.8 -
YUV 152.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 131 150 221 0.41 0.32 0 0.13 227.33 0.57 0.69
Hex 83 96 DD 29 20 0 D E3 39 45
Octal 203 226 335 51 40 0 15 343 71 105
Binary 10000011 10010110 11011101 101001 100000 0 1101 11100011 111001 1000101

Color Harmonies of #8396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396DD

Black with #8396DD

Text Example


Text Example

White with #8396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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