Html Css Color HEX #8397CA Portage

📋 copy color: '#8397CA'

red 131 ◦ green 151 ◦ blue 202

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

Shades of Portage #8397CA

Tints of Portage #8397CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 27.07%
G = 31.2%
B = 41.74%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8397CA (or 0x8397CA) is known color: Portage. HEX triplet: 83, 97 and CA. RGB value is (131,151,202). Sum of RGB (Red+Green+Blue) = 131+151+202=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8397CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397CA is #7C6835. Grayscale: #969696. Windows color (decimal): -8153142 or 13277059. OLE color: 13277059.

HSL color Cylindrical-coordinate representation of color #8397CA: hue angle of 223.1º 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 #8397CA is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 151 202 -
CMYK 0.35 0.25 0 0.21
HSL 223.1º 0.4% 0.65% -
HSV(B) 223.1º 0.35% 0.79% -
XYZ 31.09 31.22 60.27 -
YUV 150.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 131 151 202 0.35 0.25 0 0.21 223.1 0.4 0.65
Hex 83 97 CA 23 19 0 15 DF 28 41
Octal 203 227 312 43 31 0 25 337 50 101
Binary 10000011 10010111 11001010 100011 11001 0 10101 11011111 101000 1000001

Color Harmonies of #8397CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397CA

Black with #8397CA

Text Example


Text Example

White with #8397CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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