Html Css Color HEX #8259E2 Medium Slate Blue

📋 copy color: '#8259E2'

red 130 ◦ green 89 ◦ blue 226

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

Shades of Medium Slate Blue #8259E2

Tints of Medium Slate Blue #8259E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.79%

R = 29.21%
G = 20%
B = 50.79%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8259E2 (or 0x8259E2) is known color: Medium Slate Blue. HEX triplet: 82, 59 and E2. RGB value is (130,89,226). Sum of RGB (Red+Green+Blue) = 130+89+226=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 226 (88.67% from 255 or 50.79% from 445); Max value from RGB is 226 - color contains mainly: blue. Hex color #8259E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259E2 is #7DA61D. Grayscale: #747474. Windows color (decimal): -8234526 or 14834050. OLE color: 14834050.

HSL color Cylindrical-coordinate representation of color #8259E2: hue angle of 257.96º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8259E2 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 89 226 -
CMYK 0.42 0.61 0 0.11
HSL 257.96º 0.7% 0.62% -
HSV(B) 257.96º 0.61% 0.89% -
XYZ 26.51 17.38 73.91 -
YUV 116.88 189.58 137.36 -
System Red Green Blue C M Y K H S L
Decimal 130 89 226 0.42 0.61 0 0.11 257.96 0.7 0.62
Hex 82 59 E2 2A 3D 0 B 102 46 3E
Octal 202 131 342 52 75 0 13 402 106 76
Binary 10000010 1011001 11100010 101010 111101 0 1011 100000010 1000110 111110

Color Harmonies of #8259E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8259E2

Black with #8259E2

Text Example


Text Example

White with #8259E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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