Html Css Color HEX #8083DD Portage

📋 copy color: '#8083DD'

red 128 ◦ green 131 ◦ blue 221

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

Shades of Portage #8083DD

Tints of Portage #8083DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 26.67%
G = 27.29%
B = 46.04%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8083DD (or 0x8083DD) is known color: Portage. HEX triplet: 80, 83 and DD. RGB value is (128,131,221). Sum of RGB (Red+Green+Blue) = 128+131+221=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #8083DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8083DD is #7F7C22. Grayscale: #8C8C8C. Windows color (decimal): -8354851 or 14517120. OLE color: 14517120.

HSL color Cylindrical-coordinate representation of color #8083DD: hue angle of 238.06º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8083DD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 131 221 -
CMYK 0.42 0.41 0 0.13
HSL 238.06º 0.58% 0.68% -
HSV(B) 238.06º 0.42% 0.87% -
XYZ 30.07 26.04 71.85 -
YUV 140.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 128 131 221 0.42 0.41 0 0.13 238.06 0.58 0.68
Hex 80 83 DD 2A 29 0 D EE 3A 44
Octal 200 203 335 52 51 0 15 356 72 104
Binary 10000000 10000011 11011101 101010 101001 0 1101 11101110 111010 1000100

Color Harmonies of #8083DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8083DD

Black with #8083DD

Text Example


Text Example

White with #8083DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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