Html Css Color HEX #8397C7 Portage

📋 copy color: '#8397C7'

red 131 ◦ green 151 ◦ blue 199

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

Shades of Portage #8397C7

Tints of Portage #8397C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.37%

R = 27.23%
G = 31.39%
B = 41.37%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8397C7 (or 0x8397C7) is known color: Portage. HEX triplet: 83, 97 and C7. RGB value is (131,151,199). Sum of RGB (Red+Green+Blue) = 131+151+199=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #8397C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397C7 is #7C6838. Grayscale: #969696. Windows color (decimal): -8153145 or 13080451. OLE color: 13080451.

HSL color Cylindrical-coordinate representation of color #8397C7: hue angle of 222.35º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8397C7 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 151 199 -
CMYK 0.34 0.24 0 0.22
HSL 222.35º 0.38% 0.65% -
HSV(B) 222.35º 0.34% 0.78% -
XYZ 30.74 31.08 58.41 -
YUV 150.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 131 151 199 0.34 0.24 0 0.22 222.35 0.38 0.65
Hex 83 97 C7 22 18 0 16 DE 26 41
Octal 203 227 307 42 30 0 26 336 46 101
Binary 10000011 10010111 11000111 100010 11000 0 10110 11011110 100110 1000001

Color Harmonies of #8397C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397C7

Black with #8397C7

Text Example


Text Example

White with #8397C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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