Html Css Color HEX #8389DC Portage

📋 copy color: '#8389DC'

red 131 ◦ green 137 ◦ blue 220

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

Shades of Portage #8389DC

Tints of Portage #8389DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.07%

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

R = 26.84%
G = 28.07%
B = 45.08%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8389DC (or 0x8389DC) is known color: Portage. HEX triplet: 83, 89 and DC. RGB value is (131,137,220). Sum of RGB (Red+Green+Blue) = 131+137+220=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8389DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389DC is #7C7623. Grayscale: #909090. Windows color (decimal): -8156708 or 14453123. OLE color: 14453123.

HSL color Cylindrical-coordinate representation of color #8389DC: hue angle of 235.96º 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 #8389DC is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 137 220 -
CMYK 0.40 0.38 0 0.14
HSL 235.96º 0.56% 0.69% -
HSV(B) 235.96º 0.4% 0.86% -
XYZ 31.22 27.88 71.45 -
YUV 144.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 131 137 220 0.40 0.38 0 0.14 235.96 0.56 0.69
Hex 83 89 DC 28 26 0 E EC 38 45
Octal 203 211 334 50 46 0 16 354 70 105
Binary 10000011 10001001 11011100 101000 100110 0 1110 11101100 111000 1000101

Color Harmonies of #8389DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389DC

Black with #8389DC

Text Example


Text Example

White with #8389DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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