Html Css Color HEX #8293EC Portage

📋 copy color: '#8293EC'

red 130 ◦ green 147 ◦ blue 236

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

Shades of Portage #8293EC

Tints of Portage #8293EC

RGB

 RED value IS 130 (51.17% from 255) = 25.34%

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

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

R = 25.34%
G = 28.65%
B = 46%

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

#8293EC (or 0x8293EC) is known color: Portage. HEX triplet: 82, 93 and EC. RGB value is (130,147,236). Sum of RGB (Red+Green+Blue) = 130+147+236=513 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.34% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #8293EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8293EC is #7D6C13. Grayscale: #979797. Windows color (decimal): -8219668 or 15504258. OLE color: 15504258.

HSL color Cylindrical-coordinate representation of color #8293EC: hue angle of 230.38º degrees, saturation: 0.74, 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 #8293EC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 147 236 -
CMYK 0.45 0.38 0 0.07
HSL 230.38º 0.74% 0.72% -
HSV(B) 230.38º 0.45% 0.93% -
XYZ 34.78 31.67 83.64 -
YUV 152.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 130 147 236 0.45 0.38 0 0.07 230.38 0.74 0.72
Hex 82 93 EC 2D 26 0 7 E6 4A 48
Octal 202 223 354 55 46 0 7 346 112 110
Binary 10000010 10010011 11101100 101101 100110 0 111 11100110 1001010 1001000

Color Harmonies of #8293EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8293EC

Black with #8293EC

Text Example


Text Example

White with #8293EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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