Html Css Color HEX #8264EB Medium Slate Blue

📋 copy color: '#8264EB'

red 130 ◦ green 100 ◦ blue 235

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

Shades of Medium Slate Blue #8264EB

Tints of Medium Slate Blue #8264EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

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

R = 27.96%
G = 21.51%
B = 50.54%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8264EB (or 0x8264EB) is known color: Medium Slate Blue. HEX triplet: 82, 64 and EB. RGB value is (130,100,235). Sum of RGB (Red+Green+Blue) = 130+100+235=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #8264EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8264EB is #7D9B14. Grayscale: #7B7B7B. Windows color (decimal): -8231701 or 15426690. OLE color: 15426690.

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

Color convert

RGB 130 100 235 -
CMYK 0.45 0.57 0 0.08
HSL 253.33º 0.77% 0.66% -
HSV(B) 253.33º 0.57% 0.92% -
XYZ 28.76 19.86 80.91 -
YUV 124.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 130 100 235 0.45 0.57 0 0.08 253.33 0.77 0.66
Hex 82 64 EB 2D 39 0 8 FD 4D 42
Octal 202 144 353 55 71 0 10 375 115 102
Binary 10000010 1100100 11101011 101101 111001 0 1000 11111101 1001101 1000010

Color Harmonies of #8264EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8264EB

Black with #8264EB

Text Example


Text Example

White with #8264EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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