Html Css Color HEX #8256EB Medium Slate Blue

📋 copy color: '#8256EB'

red 130 ◦ green 86 ◦ blue 235

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

Shades of Medium Slate Blue #8256EB

Tints of Medium Slate Blue #8256EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.07%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 28.82%
G = 19.07%
B = 52.11%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8256EB (or 0x8256EB) is known color: Medium Slate Blue. HEX triplet: 82, 56 and EB. RGB value is (130,86,235). Sum of RGB (Red+Green+Blue) = 130+86+235=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #8256EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8256EB is #7DA914. Grayscale: #737373. Windows color (decimal): -8235285 or 15423106. OLE color: 15423106.

HSL color Cylindrical-coordinate representation of color #8256EB: hue angle of 257.72º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8256EB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 86 235 -
CMYK 0.45 0.63 0 0.08
HSL 257.72º 0.79% 0.63% -
HSV(B) 257.72º 0.63% 0.92% -
XYZ 27.53 17.4 80.5 -
YUV 116.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 130 86 235 0.45 0.63 0 0.08 257.72 0.79 0.63
Hex 82 56 EB 2D 3F 0 8 102 4F 3F
Octal 202 126 353 55 77 0 10 402 117 77
Binary 10000010 1010110 11101011 101101 111111 0 1000 100000010 1001111 111111

Color Harmonies of #8256EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8256EB

Black with #8256EB

Text Example


Text Example

White with #8256EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8256EB; }

 p { color: rgb(130,86,235); }

 H1.HeaderClassName
 {
   color: #8256EB;
 }
 .AnyTagClassName
 {
   color: #8256EB;
 }
</style>

background-color css

<style>
 a { background-color: #8256EB; }

 a { background-color: rgb(130,86,235); }

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

border-color css

<style>
 span { border-color: #8256EB; }

 span { border-color: rgb(130,86,235); }

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