Html Css Color HEX #8083DC Portage

📋 copy color: '#8083DC'

red 128 ◦ green 131 ◦ blue 220

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

Shades of Portage #8083DC

Tints of Portage #8083DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 26.72%
G = 27.35%
B = 45.93%

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

#8083DC (or 0x8083DC) is known color: Portage. HEX triplet: 80, 83 and DC. RGB value is (128,131,220). Sum of RGB (Red+Green+Blue) = 128+131+220=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8083DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083DC is #7F7C23. Grayscale: #8B8B8B. Windows color (decimal): -8354852 or 14451584. OLE color: 14451584.

HSL color Cylindrical-coordinate representation of color #8083DC: hue angle of 238.04º degrees, saturation: 0.57, 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 #8083DC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 131 220 -
CMYK 0.42 0.40 0 0.14
HSL 238.04º 0.57% 0.68% -
HSV(B) 238.04º 0.42% 0.86% -
XYZ 29.94 25.99 71.15 -
YUV 140.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 128 131 220 0.42 0.40 0 0.14 238.04 0.57 0.68
Hex 80 83 DC 2A 28 0 E EE 39 44
Octal 200 203 334 52 50 0 16 356 71 104
Binary 10000000 10000011 11011100 101010 101000 0 1110 11101110 111001 1000100

Color Harmonies of #8083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8083DC

Black with #8083DC

Text Example


Text Example

White with #8083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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