Html Css Color HEX #8259EC Medium Slate Blue

📋 copy color: '#8259EC'

red 130 ◦ green 89 ◦ blue 236

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

Shades of Medium Slate Blue #8259EC

Tints of Medium Slate Blue #8259EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.56%

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

R = 28.57%
G = 19.56%
B = 51.87%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8259EC (or 0x8259EC) is known color: Medium Slate Blue. HEX triplet: 82, 59 and EC. RGB value is (130,89,236). Sum of RGB (Red+Green+Blue) = 130+89+236=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #8259EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259EC is #7DA613. Grayscale: #757575. Windows color (decimal): -8234516 or 15489410. OLE color: 15489410.

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

Color convert

RGB 130 89 236 -
CMYK 0.45 0.62 0 0.07
HSL 256.73º 0.79% 0.64% -
HSV(B) 256.73º 0.62% 0.93% -
XYZ 27.92 17.95 81.35 -
YUV 118.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 130 89 236 0.45 0.62 0 0.07 256.73 0.79 0.64
Hex 82 59 EC 2D 3E 0 7 101 4F 40
Octal 202 131 354 55 76 0 7 401 117 100
Binary 10000010 1011001 11101100 101101 111110 0 111 100000001 1001111 1000000

Color Harmonies of #8259EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259EC

Black with #8259EC

Text Example


Text Example

White with #8259EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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