Html Css Color HEX #8391D9 Portage

📋 copy color: '#8391D9'

red 131 ◦ green 145 ◦ blue 217

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

Shades of Portage #8391D9

Tints of Portage #8391D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 26.57%
G = 29.41%
B = 44.02%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8391D9 (or 0x8391D9) is known color: Portage. HEX triplet: 83, 91 and D9. RGB value is (131,145,217). Sum of RGB (Red+Green+Blue) = 131+145+217=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #8391D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391D9 is #7C6E26. Grayscale: #949494. Windows color (decimal): -8154663 or 14258563. OLE color: 14258563.

HSL color Cylindrical-coordinate representation of color #8391D9: hue angle of 230.23º degrees, saturation: 0.53, 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 #8391D9 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 145 217 -
CMYK 0.40 0.33 0 0.15
HSL 230.23º 0.53% 0.68% -
HSV(B) 230.23º 0.4% 0.85% -
XYZ 32.01 30.09 69.77 -
YUV 149.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 131 145 217 0.40 0.33 0 0.15 230.23 0.53 0.68
Hex 83 91 D9 28 21 0 F E6 35 44
Octal 203 221 331 50 41 0 17 346 65 104
Binary 10000011 10010001 11011001 101000 100001 0 1111 11100110 110101 1000100

Color Harmonies of #8391D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391D9

Black with #8391D9

Text Example


Text Example

White with #8391D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8391D9; }

 p { color: rgb(131,145,217); }

 H1.HeaderClassName
 {
   color: #8391D9;
 }
 .AnyTagClassName
 {
   color: #8391D9;
 }
</style>

background-color css

<style>
 a { background-color: #8391D9; }

 a { background-color: rgb(131,145,217); }

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

border-color css

<style>
 span { border-color: #8391D9; }

 span { border-color: rgb(131,145,217); }

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