Html Css Color HEX #8257EB Medium Slate Blue

📋 copy color: '#8257EB'

red 130 ◦ green 87 ◦ blue 235

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

Shades of Medium Slate Blue #8257EB

Tints of Medium Slate Blue #8257EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.25%

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

R = 28.76%
G = 19.25%
B = 51.99%

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

#8257EB (or 0x8257EB) is known color: Medium Slate Blue. HEX triplet: 82, 57 and EB. RGB value is (130,87,235). Sum of RGB (Red+Green+Blue) = 130+87+235=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #8257EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257EB is #7DA814. Grayscale: #747474. Windows color (decimal): -8235029 or 15423362. OLE color: 15423362.

HSL color Cylindrical-coordinate representation of color #8257EB: hue angle of 257.43º 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 #8257EB is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 87 235 -
CMYK 0.45 0.63 0 0.08
HSL 257.43º 0.79% 0.63% -
HSV(B) 257.43º 0.63% 0.92% -
XYZ 27.61 17.56 80.53 -
YUV 116.73 194.75 137.47 -
System Red Green Blue C M Y K H S L
Decimal 130 87 235 0.45 0.63 0 0.08 257.43 0.79 0.63
Hex 82 57 EB 2D 3F 0 8 101 4F 3F
Octal 202 127 353 55 77 0 10 401 117 77
Binary 10000010 1010111 11101011 101101 111111 0 1000 100000001 1001111 111111

Color Harmonies of #8257EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257EB

Black with #8257EB

Text Example


Text Example

White with #8257EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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