Html Css Color HEX #8397DB Portage

📋 copy color: '#8397DB'

red 131 ◦ green 151 ◦ blue 219

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

Shades of Portage #8397DB

Tints of Portage #8397DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 26.15%
G = 30.14%
B = 43.71%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8397DB (or 0x8397DB) is known color: Portage. HEX triplet: 83, 97 and DB. RGB value is (131,151,219). Sum of RGB (Red+Green+Blue) = 131+151+219=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8397DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397DB is #7C6824. Grayscale: #989898. Windows color (decimal): -8153125 or 14391171. OLE color: 14391171.

HSL color Cylindrical-coordinate representation of color #8397DB: hue angle of 226.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8397DB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 151 219 -
CMYK 0.40 0.31 0 0.14
HSL 226.36º 0.55% 0.69% -
HSV(B) 226.36º 0.4% 0.86% -
XYZ 33.21 32.07 71.46 -
YUV 152.77 165.37 112.47 -
System Red Green Blue C M Y K H S L
Decimal 131 151 219 0.40 0.31 0 0.14 226.36 0.55 0.69
Hex 83 97 DB 28 1F 0 E E2 37 45
Octal 203 227 333 50 37 0 16 342 67 105
Binary 10000011 10010111 11011011 101000 11111 0 1110 11100010 110111 1000101

Color Harmonies of #8397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397DB

Black with #8397DB

Text Example


Text Example

White with #8397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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