Html Css Color HEX #8083DB Portage

📋 copy color: '#8083DB'

red 128 ◦ green 131 ◦ blue 219

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

Shades of Portage #8083DB

Tints of Portage #8083DB

RGB

 RED value IS 128 (50.39% from 255) = 26.78%

 GREEN value IS 131 (51.56% from 255) = 27.41%

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

R = 26.78%
G = 27.41%
B = 45.82%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8083DB (or 0x8083DB) is known color: Portage. HEX triplet: 80, 83 and DB. RGB value is (128,131,219). Sum of RGB (Red+Green+Blue) = 128+131+219=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #8083DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083DB is #7F7C24. Grayscale: #8B8B8B. Windows color (decimal): -8354853 or 14386048. OLE color: 14386048.

HSL color Cylindrical-coordinate representation of color #8083DB: hue angle of 238.02º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8083DB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 131 219 -
CMYK 0.42 0.40 0 0.14
HSL 238.02º 0.56% 0.68% -
HSV(B) 238.02º 0.42% 0.86% -
XYZ 29.8 25.94 70.45 -
YUV 140.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 128 131 219 0.42 0.40 0 0.14 238.02 0.56 0.68
Hex 80 83 DB 2A 28 0 E EE 38 44
Octal 200 203 333 52 50 0 16 356 70 104
Binary 10000000 10000011 11011011 101010 101000 0 1110 11101110 111000 1000100

Color Harmonies of #8083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8083DB

Black with #8083DB

Text Example


Text Example

White with #8083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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