Html Css Color HEX #8393E5 Portage

📋 copy color: '#8393E5'

red 131 ◦ green 147 ◦ blue 229

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

Shades of Portage #8393E5

Tints of Portage #8393E5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.99%

 BLUE value IS 229 (89.84% from 255) = 45.17%

R = 25.84%
G = 28.99%
B = 45.17%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8393E5 (or 0x8393E5) is known color: Portage. HEX triplet: 83, 93 and E5. RGB value is (131,147,229). Sum of RGB (Red+Green+Blue) = 131+147+229=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #8393E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393E5 is #7C6C1A. Grayscale: #979797. Windows color (decimal): -8154139 or 15045507. OLE color: 15045507.

HSL color Cylindrical-coordinate representation of color #8393E5: hue angle of 230.2º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8393E5 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 147 229 -
CMYK 0.43 0.36 0 0.10
HSL 230.2º 0.65% 0.71% -
HSV(B) 230.2º 0.43% 0.9% -
XYZ 33.94 31.35 78.39 -
YUV 151.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 131 147 229 0.43 0.36 0 0.10 230.2 0.65 0.71
Hex 83 93 E5 2B 24 0 A E6 41 47
Octal 203 223 345 53 44 0 12 346 101 107
Binary 10000011 10010011 11100101 101011 100100 0 1010 11100110 1000001 1000111

Color Harmonies of #8393E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393E5

Black with #8393E5

Text Example


Text Example

White with #8393E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8393E5; }

 p { color: rgb(131,147,229); }

 H1.HeaderClassName
 {
   color: #8393E5;
 }
 .AnyTagClassName
 {
   color: #8393E5;
 }
</style>

background-color css

<style>
 a { background-color: #8393E5; }

 a { background-color: rgb(131,147,229); }

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

border-color css

<style>
 span { border-color: #8393E5; }

 span { border-color: rgb(131,147,229); }

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