Html Css Color HEX #8397CC Portage

📋 copy color: '#8397CC'

red 131 ◦ green 151 ◦ blue 204

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

Shades of Portage #8397CC

Tints of Portage #8397CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 26.95%
G = 31.07%
B = 41.98%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8397CC (or 0x8397CC) is known color: Portage. HEX triplet: 83, 97 and CC. RGB value is (131,151,204). Sum of RGB (Red+Green+Blue) = 131+151+204=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #8397CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397CC is #7C6833. Grayscale: #969696. Windows color (decimal): -8153140 or 13408131. OLE color: 13408131.

HSL color Cylindrical-coordinate representation of color #8397CC: hue angle of 223.56º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8397CC is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 151 204 -
CMYK 0.36 0.26 0 0.2
HSL 223.56º 0.42% 0.66% -
HSV(B) 223.56º 0.36% 0.8% -
XYZ 31.33 31.32 61.52 -
YUV 151.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 131 151 204 0.36 0.26 0 0.2 223.56 0.42 0.66
Hex 83 97 CC 24 1A 0 14 E0 2A 42
Octal 203 227 314 44 32 0 24 340 52 102
Binary 10000011 10010111 11001100 100100 11010 0 10100 11100000 101010 1000010

Color Harmonies of #8397CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397CC

Black with #8397CC

Text Example


Text Example

White with #8397CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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