Html Css Color HEX #8393EE Portage

📋 copy color: '#8393EE'

red 131 ◦ green 147 ◦ blue 238

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

Shades of Portage #8393EE

Tints of Portage #8393EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 25.39%
G = 28.49%
B = 46.12%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8393EE (or 0x8393EE) is known color: Portage. HEX triplet: 83, 93 and EE. RGB value is (131,147,238). Sum of RGB (Red+Green+Blue) = 131+147+238=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8393EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8393EE is #7C6C11. Grayscale: #989898. Windows color (decimal): -8154130 or 15635331. OLE color: 15635331.

HSL color Cylindrical-coordinate representation of color #8393EE: hue angle of 231.03º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8393EE is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 147 238 -
CMYK 0.45 0.38 0 0.07
HSL 231.03º 0.76% 0.72% -
HSV(B) 231.03º 0.45% 0.93% -
XYZ 35.23 31.87 85.18 -
YUV 152.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 131 147 238 0.45 0.38 0 0.07 231.03 0.76 0.72
Hex 83 93 EE 2D 26 0 7 E7 4C 48
Octal 203 223 356 55 46 0 7 347 114 110
Binary 10000011 10010011 11101110 101101 100110 0 111 11100111 1001100 1001000

Color Harmonies of #8393EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393EE

Black with #8393EE

Text Example


Text Example

White with #8393EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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