Html Css Color HEX #8389D7 Portage

📋 copy color: '#8389D7'

red 131 ◦ green 137 ◦ blue 215

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

Shades of Portage #8389D7

Tints of Portage #8389D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 27.12%
G = 28.36%
B = 44.51%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8389D7 (or 0x8389D7) is known color: Portage. HEX triplet: 83, 89 and D7. RGB value is (131,137,215). Sum of RGB (Red+Green+Blue) = 131+137+215=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #8389D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389D7 is #7C7628. Grayscale: #8F8F8F. Windows color (decimal): -8156713 or 14125443. OLE color: 14125443.

HSL color Cylindrical-coordinate representation of color #8389D7: hue angle of 235.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8389D7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 137 215 -
CMYK 0.39 0.36 0 0.16
HSL 235.71º 0.51% 0.68% -
HSV(B) 235.71º 0.39% 0.84% -
XYZ 30.57 27.62 68.01 -
YUV 144.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 131 137 215 0.39 0.36 0 0.16 235.71 0.51 0.68
Hex 83 89 D7 27 24 0 10 EC 33 44
Octal 203 211 327 47 44 0 20 354 63 104
Binary 10000011 10001001 11010111 100111 100100 0 10000 11101100 110011 1000100

Color Harmonies of #8389D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389D7

Black with #8389D7

Text Example


Text Example

White with #8389D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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