Html Css Color HEX #8393DB Portage

📋 copy color: '#8393DB'

red 131 ◦ green 147 ◦ blue 219

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

Shades of Portage #8393DB

Tints of Portage #8393DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.58%

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

R = 26.36%
G = 29.58%
B = 44.06%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8393DB (or 0x8393DB) is known color: Portage. HEX triplet: 83, 93 and DB. RGB value is (131,147,219). Sum of RGB (Red+Green+Blue) = 131+147+219=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #8393DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393DB is #7C6C24. Grayscale: #969696. Windows color (decimal): -8154149 or 14390147. OLE color: 14390147.

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

Color convert

RGB 131 147 219 -
CMYK 0.40 0.33 0 0.14
HSL 229.09º 0.55% 0.69% -
HSV(B) 229.09º 0.4% 0.86% -
XYZ 32.58 30.81 71.25 -
YUV 150.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 131 147 219 0.40 0.33 0 0.14 229.09 0.55 0.69
Hex 83 93 DB 28 21 0 E E5 37 45
Octal 203 223 333 50 41 0 16 345 67 105
Binary 10000011 10010011 11011011 101000 100001 0 1110 11100101 110111 1000101

Color Harmonies of #8393DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393DB

Black with #8393DB

Text Example


Text Example

White with #8393DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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