Html Css Color HEX #8393EC Portage

📋 copy color: '#8393EC'

red 131 ◦ green 147 ◦ blue 236

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

Shades of Portage #8393EC

Tints of Portage #8393EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 25.49%
G = 28.6%
B = 45.91%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8393EC (or 0x8393EC) is known color: Portage. HEX triplet: 83, 93 and EC. RGB value is (131,147,236). Sum of RGB (Red+Green+Blue) = 131+147+236=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #8393EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8393EC is #7C6C13. Grayscale: #979797. Windows color (decimal): -8154132 or 15504259. OLE color: 15504259.

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

Color convert

RGB 131 147 236 -
CMYK 0.44 0.38 0 0.07
HSL 230.86º 0.73% 0.72% -
HSV(B) 230.86º 0.44% 0.93% -
XYZ 34.93 31.75 83.64 -
YUV 152.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 131 147 236 0.44 0.38 0 0.07 230.86 0.73 0.72
Hex 83 93 EC 2C 26 0 7 E7 49 48
Octal 203 223 354 54 46 0 7 347 111 110
Binary 10000011 10010011 11101100 101100 100110 0 111 11100111 1001001 1001000

Color Harmonies of #8393EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393EC

Black with #8393EC

Text Example


Text Example

White with #8393EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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