Html Css Color HEX #8278EC Medium Slate Blue

📋 copy color: '#8278EC'

red 130 ◦ green 120 ◦ blue 236

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

Shades of Medium Slate Blue #8278EC

Tints of Medium Slate Blue #8278EC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.69%

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

R = 26.75%
G = 24.69%
B = 48.56%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8278EC (or 0x8278EC) is known color: Medium Slate Blue. HEX triplet: 82, 78 and EC. RGB value is (130,120,236). Sum of RGB (Red+Green+Blue) = 130+120+236=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8278EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8278EC is #7D8713. Grayscale: #878787. Windows color (decimal): -8226580 or 15497346. OLE color: 15497346.

HSL color Cylindrical-coordinate representation of color #8278EC: hue angle of 245.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8278EC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 120 236 -
CMYK 0.45 0.49 0 0.07
HSL 245.17º 0.75% 0.7% -
HSV(B) 245.17º 0.49% 0.93% -
XYZ 31.06 24.23 82.4 -
YUV 136.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 130 120 236 0.45 0.49 0 0.07 245.17 0.75 0.7
Hex 82 78 EC 2D 31 0 7 F5 4B 46
Octal 202 170 354 55 61 0 7 365 113 106
Binary 10000010 1111000 11101100 101101 110001 0 111 11110101 1001011 1000110

Color Harmonies of #8278EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8278EC

Black with #8278EC

Text Example


Text Example

White with #8278EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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