Html Css Color HEX #8384DB Portage

📋 copy color: '#8384DB'

red 131 ◦ green 132 ◦ blue 219

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

Shades of Portage #8384DB

Tints of Portage #8384DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 27.18%
G = 27.39%
B = 45.44%

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

#8384DB (or 0x8384DB) is known color: Portage. HEX triplet: 83, 84 and DB. RGB value is (131,132,219). Sum of RGB (Red+Green+Blue) = 131+132+219=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8384DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384DB is #7C7B24. Grayscale: #8D8D8D. Windows color (decimal): -8157989 or 14386307. OLE color: 14386307.

HSL color Cylindrical-coordinate representation of color #8384DB: hue angle of 239.32º degrees, saturation: 0.55, 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 #8384DB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 132 219 -
CMYK 0.40 0.40 0 0.14
HSL 239.32º 0.55% 0.69% -
HSV(B) 239.32º 0.4% 0.86% -
XYZ 30.4 26.44 70.52 -
YUV 141.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 131 132 219 0.40 0.40 0 0.14 239.32 0.55 0.69
Hex 83 84 DB 28 28 0 E EF 37 45
Octal 203 204 333 50 50 0 16 357 67 105
Binary 10000011 10000100 11011011 101000 101000 0 1110 11101111 110111 1000101

Color Harmonies of #8384DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384DB

Black with #8384DB

Text Example


Text Example

White with #8384DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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