Html Css Color HEX #8390D7 Portage

📋 copy color: '#8390D7'

red 131 ◦ green 144 ◦ blue 215

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

Shades of Portage #8390D7

Tints of Portage #8390D7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.39%

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

R = 26.73%
G = 29.39%
B = 43.88%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8390D7 (or 0x8390D7) is known color: Portage. HEX triplet: 83, 90 and D7. RGB value is (131,144,215). Sum of RGB (Red+Green+Blue) = 131+144+215=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #8390D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390D7 is #7C6F28. Grayscale: #939393. Windows color (decimal): -8154921 or 14127235. OLE color: 14127235.

HSL color Cylindrical-coordinate representation of color #8390D7: hue angle of 230.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 #8390D7 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 144 215 -
CMYK 0.39 0.33 0 0.16
HSL 230.71º 0.51% 0.68% -
HSV(B) 230.71º 0.39% 0.84% -
XYZ 31.6 29.68 68.35 -
YUV 148.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 131 144 215 0.39 0.33 0 0.16 230.71 0.51 0.68
Hex 83 90 D7 27 21 0 10 E7 33 44
Octal 203 220 327 47 41 0 20 347 63 104
Binary 10000011 10010000 11010111 100111 100001 0 10000 11100111 110011 1000100

Color Harmonies of #8390D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390D7

Black with #8390D7

Text Example


Text Example

White with #8390D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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