Html Css Color HEX #8384DC Portage

📋 copy color: '#8384DC'

red 131 ◦ green 132 ◦ blue 220

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

Shades of Portage #8384DC

Tints of Portage #8384DC

RGB

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

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

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

R = 27.12%
G = 27.33%
B = 45.55%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8384DC (or 0x8384DC) is known color: Portage. HEX triplet: 83, 84 and DC. RGB value is (131,132,220). Sum of RGB (Red+Green+Blue) = 131+132+220=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #8384DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DC is #7C7B23. Grayscale: #8D8D8D. Windows color (decimal): -8157988 or 14451843. OLE color: 14451843.

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

Color convert

RGB 131 132 220 -
CMYK 0.40 0.40 0 0.14
HSL 239.33º 0.56% 0.69% -
HSV(B) 239.33º 0.4% 0.86% -
XYZ 30.53 26.5 71.22 -
YUV 141.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 131 132 220 0.40 0.40 0 0.14 239.33 0.56 0.69
Hex 83 84 DC 28 28 0 E EF 38 45
Octal 203 204 334 50 50 0 16 357 70 105
Binary 10000011 10000100 11011100 101000 101000 0 1110 11101111 111000 1000101

Color Harmonies of #8384DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384DC

Black with #8384DC

Text Example


Text Example

White with #8384DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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