Html Css Color HEX #8270EC Medium Slate Blue

📋 copy color: '#8270EC'

red 130 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #8270EC

Tints of Medium Slate Blue #8270EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.43%

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

R = 27.2%
G = 23.43%
B = 49.37%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8270EC (or 0x8270EC) is known color: Medium Slate Blue. HEX triplet: 82, 70 and EC. RGB value is (130,112,236). Sum of RGB (Red+Green+Blue) = 130+112+236=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #8270EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8270EC is #7D8F13. Grayscale: #838383. Windows color (decimal): -8228628 or 15495298. OLE color: 15495298.

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

Color convert

RGB 130 112 236 -
CMYK 0.45 0.53 0 0.07
HSL 248.71º 0.77% 0.68% -
HSV(B) 248.71º 0.53% 0.93% -
XYZ 30.14 22.39 82.09 -
YUV 131.52 186.96 126.92 -
System Red Green Blue C M Y K H S L
Decimal 130 112 236 0.45 0.53 0 0.07 248.71 0.77 0.68
Hex 82 70 EC 2D 35 0 7 F9 4D 44
Octal 202 160 354 55 65 0 7 371 115 104
Binary 10000010 1110000 11101100 101101 110101 0 111 11111001 1001101 1000100

Color Harmonies of #8270EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270EC

Black with #8270EC

Text Example


Text Example

White with #8270EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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