Html Css Color HEX #8383DD Portage

📋 copy color: '#8383DD'

red 131 ◦ green 131 ◦ blue 221

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

Shades of Portage #8383DD

Tints of Portage #8383DD

RGB

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

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

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

R = 27.12%
G = 27.12%
B = 45.76%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8383DD (or 0x8383DD) is known color: Portage. HEX triplet: 83, 83 and DD. RGB value is (131,131,221). Sum of RGB (Red+Green+Blue) = 131+131+221=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #8383DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8383DD is #7C7C22. Grayscale: #8C8C8C. Windows color (decimal): -8158243 or 14517123. OLE color: 14517123.

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

Color convert

RGB 131 131 221 -
CMYK 0.41 0.41 0 0.13
HSL 240º 0.57% 0.69% -
HSV(B) 240º 0.41% 0.87% -
XYZ 30.53 26.28 71.87 -
YUV 141.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 131 131 221 0.41 0.41 0 0.13 240 0.57 0.69
Hex 83 83 DD 29 29 0 D F0 39 45
Octal 203 203 335 51 51 0 15 360 71 105
Binary 10000011 10000011 11011101 101001 101001 0 1101 11110000 111001 1000101

Color Harmonies of #8383DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8383DD

Black with #8383DD

Text Example


Text Example

White with #8383DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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