Html Css Color HEX #8391DB Portage

📋 copy color: '#8391DB'

red 131 ◦ green 145 ◦ blue 219

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

Shades of Portage #8391DB

Tints of Portage #8391DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.29%

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

R = 26.46%
G = 29.29%
B = 44.24%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8391DB (or 0x8391DB) is known color: Portage. HEX triplet: 83, 91 and DB. RGB value is (131,145,219). Sum of RGB (Red+Green+Blue) = 131+145+219=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8391DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391DB is #7C6E24. Grayscale: #949494. Windows color (decimal): -8154661 or 14389635. OLE color: 14389635.

HSL color Cylindrical-coordinate representation of color #8391DB: hue angle of 230.45º 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 #8391DB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 145 219 -
CMYK 0.40 0.34 0 0.14
HSL 230.45º 0.55% 0.69% -
HSV(B) 230.45º 0.4% 0.86% -
XYZ 32.27 30.19 71.14 -
YUV 149.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 131 145 219 0.40 0.34 0 0.14 230.45 0.55 0.69
Hex 83 91 DB 28 22 0 E E6 37 45
Octal 203 221 333 50 42 0 16 346 67 105
Binary 10000011 10010001 11011011 101000 100010 0 1110 11100110 110111 1000101

Color Harmonies of #8391DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391DB

Black with #8391DB

Text Example


Text Example

White with #8391DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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