Html Css Color HEX #8251EB Medium Slate Blue

📋 copy color: '#8251EB'

red 130 ◦ green 81 ◦ blue 235

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

Shades of Medium Slate Blue #8251EB

Tints of Medium Slate Blue #8251EB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.16%

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

R = 29.15%
G = 18.16%
B = 52.69%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8251EB (or 0x8251EB) is known color: Medium Slate Blue. HEX triplet: 82, 51 and EB. RGB value is (130,81,235). Sum of RGB (Red+Green+Blue) = 130+81+235=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #8251EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251EB is #7DAE14. Grayscale: #707070. Windows color (decimal): -8236565 or 15421826. OLE color: 15421826.

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

Color convert

RGB 130 81 235 -
CMYK 0.45 0.66 0 0.08
HSL 259.09º 0.79% 0.62% -
HSV(B) 259.09º 0.66% 0.92% -
XYZ 27.14 16.63 80.38 -
YUV 113.21 196.73 139.98 -
System Red Green Blue C M Y K H S L
Decimal 130 81 235 0.45 0.66 0 0.08 259.09 0.79 0.62
Hex 82 51 EB 2D 42 0 8 103 4F 3E
Octal 202 121 353 55 102 0 10 403 117 76
Binary 10000010 1010001 11101011 101101 1000010 0 1000 100000011 1001111 111110

Color Harmonies of #8251EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8251EB

Black with #8251EB

Text Example


Text Example

White with #8251EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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