Html Css Color HEX #8396DB Portage

📋 copy color: '#8396DB'

red 131 ◦ green 150 ◦ blue 219

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

Shades of Portage #8396DB

Tints of Portage #8396DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 26.2%
G = 30%
B = 43.8%

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

#8396DB (or 0x8396DB) is known color: Portage. HEX triplet: 83, 96 and DB. RGB value is (131,150,219). Sum of RGB (Red+Green+Blue) = 131+150+219=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8396DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396DB is #7C6924. Grayscale: #979797. Windows color (decimal): -8153381 or 14390915. OLE color: 14390915.

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

Color convert

RGB 131 150 219 -
CMYK 0.40 0.32 0 0.14
HSL 227.05º 0.55% 0.69% -
HSV(B) 227.05º 0.4% 0.86% -
XYZ 33.05 31.75 71.4 -
YUV 152.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 131 150 219 0.40 0.32 0 0.14 227.05 0.55 0.69
Hex 83 96 DB 28 20 0 E E3 37 45
Octal 203 226 333 50 40 0 16 343 67 105
Binary 10000011 10010110 11011011 101000 100000 0 1110 11100011 110111 1000101

Color Harmonies of #8396DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396DB

Black with #8396DB

Text Example


Text Example

White with #8396DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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