Html Css Color HEX #8396CA Portage

📋 copy color: '#8396CA'

red 131 ◦ green 150 ◦ blue 202

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

Shades of Portage #8396CA

Tints of Portage #8396CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 27.12%
G = 31.06%
B = 41.82%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8396CA (or 0x8396CA) is known color: Portage. HEX triplet: 83, 96 and CA. RGB value is (131,150,202). Sum of RGB (Red+Green+Blue) = 131+150+202=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8396CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396CA is #7C6935. Grayscale: #969696. Windows color (decimal): -8153398 or 13276803. OLE color: 13276803.

HSL color Cylindrical-coordinate representation of color #8396CA: hue angle of 223.94º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8396CA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 150 202 -
CMYK 0.35 0.26 0 0.21
HSL 223.94º 0.4% 0.65% -
HSV(B) 223.94º 0.35% 0.79% -
XYZ 30.93 30.9 60.21 -
YUV 150.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 131 150 202 0.35 0.26 0 0.21 223.94 0.4 0.65
Hex 83 96 CA 23 1A 0 15 E0 28 41
Octal 203 226 312 43 32 0 25 340 50 101
Binary 10000011 10010110 11001010 100011 11010 0 10101 11100000 101000 1000001

Color Harmonies of #8396CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396CA

Black with #8396CA

Text Example


Text Example

White with #8396CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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