Html Css Color HEX #8384DD Portage

📋 copy color: '#8384DD'

red 131 ◦ green 132 ◦ blue 221

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

Shades of Portage #8384DD

Tints of Portage #8384DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 27.07%
G = 27.27%
B = 45.66%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8384DD (or 0x8384DD) is known color: Portage. HEX triplet: 83, 84 and DD. RGB value is (131,132,221). Sum of RGB (Red+Green+Blue) = 131+132+221=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8384DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DD is #7C7B22. Grayscale: #8D8D8D. Windows color (decimal): -8157987 or 14517379. OLE color: 14517379.

HSL color Cylindrical-coordinate representation of color #8384DD: hue angle of 239.33º 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 #8384DD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 132 221 -
CMYK 0.41 0.40 0 0.13
HSL 239.33º 0.57% 0.69% -
HSV(B) 239.33º 0.41% 0.87% -
XYZ 30.66 26.55 71.91 -
YUV 141.85 172.67 120.26 -
System Red Green Blue C M Y K H S L
Decimal 131 132 221 0.41 0.40 0 0.13 239.33 0.57 0.69
Hex 83 84 DD 29 28 0 D EF 39 45
Octal 203 204 335 51 50 0 15 357 71 105
Binary 10000011 10000100 11011101 101001 101000 0 1101 11101111 111001 1000101

Color Harmonies of #8384DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384DD

Black with #8384DD

Text Example


Text Example

White with #8384DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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