Html Css Color HEX #8391DD Portage

📋 copy color: '#8391DD'

red 131 ◦ green 145 ◦ blue 221

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

Shades of Portage #8391DD

Tints of Portage #8391DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 26.36%
G = 29.18%
B = 44.47%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8391DD (or 0x8391DD) is known color: Portage. HEX triplet: 83, 91 and DD. RGB value is (131,145,221). Sum of RGB (Red+Green+Blue) = 131+145+221=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8391DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391DD is #7C6E22. Grayscale: #959595. Windows color (decimal): -8154659 or 14520707. OLE color: 14520707.

HSL color Cylindrical-coordinate representation of color #8391DD: hue angle of 230.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8391DD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 145 221 -
CMYK 0.41 0.34 0 0.13
HSL 230.67º 0.57% 0.69% -
HSV(B) 230.67º 0.41% 0.87% -
XYZ 32.54 30.3 72.54 -
YUV 149.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 131 145 221 0.41 0.34 0 0.13 230.67 0.57 0.69
Hex 83 91 DD 29 22 0 D E7 39 45
Octal 203 221 335 51 42 0 15 347 71 105
Binary 10000011 10010001 11011101 101001 100010 0 1101 11100111 111001 1000101

Color Harmonies of #8391DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391DD

Black with #8391DD

Text Example


Text Example

White with #8391DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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