Html Css Color HEX #8397CB Portage

📋 copy color: '#8397CB'

red 131 ◦ green 151 ◦ blue 203

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

Shades of Portage #8397CB

Tints of Portage #8397CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 27.01%
G = 31.13%
B = 41.86%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8397CB (or 0x8397CB) is known color: Portage. HEX triplet: 83, 97 and CB. RGB value is (131,151,203). Sum of RGB (Red+Green+Blue) = 131+151+203=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #8397CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397CB is #7C6834. Grayscale: #969696. Windows color (decimal): -8153141 or 13342595. OLE color: 13342595.

HSL color Cylindrical-coordinate representation of color #8397CB: hue angle of 223.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8397CB is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 151 203 -
CMYK 0.35 0.26 0 0.20
HSL 223.33º 0.41% 0.65% -
HSV(B) 223.33º 0.35% 0.8% -
XYZ 31.21 31.27 60.89 -
YUV 150.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 131 151 203 0.35 0.26 0 0.20 223.33 0.41 0.65
Hex 83 97 CB 23 1A 0 14 DF 29 41
Octal 203 227 313 43 32 0 24 337 51 101
Binary 10000011 10010111 11001011 100011 11010 0 10100 11011111 101001 1000001

Color Harmonies of #8397CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397CB

Black with #8397CB

Text Example


Text Example

White with #8397CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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