Html Css Color HEX #8390DB Portage

📋 copy color: '#8390DB'

red 131 ◦ green 144 ◦ blue 219

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

Shades of Portage #8390DB

Tints of Portage #8390DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

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

R = 26.52%
G = 29.15%
B = 44.33%

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

#8390DB (or 0x8390DB) is known color: Portage. HEX triplet: 83, 90 and DB. RGB value is (131,144,219). Sum of RGB (Red+Green+Blue) = 131+144+219=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #8390DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390DB is #7C6F24. Grayscale: #949494. Windows color (decimal): -8154917 or 14389379. OLE color: 14389379.

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

Color convert

RGB 131 144 219 -
CMYK 0.40 0.34 0 0.14
HSL 231.14º 0.55% 0.69% -
HSV(B) 231.14º 0.4% 0.86% -
XYZ 32.12 29.89 71.09 -
YUV 148.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 131 144 219 0.40 0.34 0 0.14 231.14 0.55 0.69
Hex 83 90 DB 28 22 0 E E7 37 45
Octal 203 220 333 50 42 0 16 347 67 105
Binary 10000011 10010000 11011011 101000 100010 0 1110 11100111 110111 1000101

Color Harmonies of #8390DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390DB

Black with #8390DB

Text Example


Text Example

White with #8390DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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