Html Css Color HEX #8384DA Portage

📋 copy color: '#8384DA'

red 131 ◦ green 132 ◦ blue 218

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

Shades of Portage #8384DA

Tints of Portage #8384DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 27.23%
G = 27.44%
B = 45.32%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8384DA (or 0x8384DA) is known color: Portage. HEX triplet: 83, 84 and DA. RGB value is (131,132,218). Sum of RGB (Red+Green+Blue) = 131+132+218=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8384DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DA is #7C7B25. Grayscale: #8D8D8D. Windows color (decimal): -8157990 or 14320771. OLE color: 14320771.

HSL color Cylindrical-coordinate representation of color #8384DA: hue angle of 239.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8384DA is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 132 218 -
CMYK 0.40 0.39 0 0.15
HSL 239.31º 0.54% 0.68% -
HSV(B) 239.31º 0.4% 0.85% -
XYZ 30.27 26.39 69.83 -
YUV 141.51 171.17 120.51 -
System Red Green Blue C M Y K H S L
Decimal 131 132 218 0.40 0.39 0 0.15 239.31 0.54 0.68
Hex 83 84 DA 28 27 0 F EF 36 44
Octal 203 204 332 50 47 0 17 357 66 104
Binary 10000011 10000100 11011010 101000 100111 0 1111 11101111 110110 1000100

Color Harmonies of #8384DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384DA

Black with #8384DA

Text Example


Text Example

White with #8384DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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