Html Css Color HEX #8250E9 Medium Slate Blue

📋 copy color: '#8250E9'

red 130 ◦ green 80 ◦ blue 233

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

Shades of Medium Slate Blue #8250E9

Tints of Medium Slate Blue #8250E9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 29.35%
G = 18.06%
B = 52.6%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8250E9 (or 0x8250E9) is known color: Medium Slate Blue. HEX triplet: 82, 50 and E9. RGB value is (130,80,233). Sum of RGB (Red+Green+Blue) = 130+80+233=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #8250E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250E9 is #7DAF16. Grayscale: #6F6F6F. Windows color (decimal): -8236823 or 15290498. OLE color: 15290498.

HSL color Cylindrical-coordinate representation of color #8250E9: hue angle of 259.61º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8250E9 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 80 233 -
CMYK 0.44 0.66 0 0.09
HSL 259.61º 0.78% 0.61% -
HSV(B) 259.61º 0.66% 0.91% -
XYZ 26.78 16.37 78.84 -
YUV 112.39 196.07 140.56 -
System Red Green Blue C M Y K H S L
Decimal 130 80 233 0.44 0.66 0 0.09 259.61 0.78 0.61
Hex 82 50 E9 2C 42 0 9 104 4E 3D
Octal 202 120 351 54 102 0 11 404 116 75
Binary 10000010 1010000 11101001 101100 1000010 0 1001 100000100 1001110 111101

Color Harmonies of #8250E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8250E9

Black with #8250E9

Text Example


Text Example

White with #8250E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8250E9; }

 p { color: rgb(130,80,233); }

 H1.HeaderClassName
 {
   color: #8250E9;
 }
 .AnyTagClassName
 {
   color: #8250E9;
 }
</style>

background-color css

<style>
 a { background-color: #8250E9; }

 a { background-color: rgb(130,80,233); }

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

border-color css

<style>
 span { border-color: #8250E9; }

 span { border-color: rgb(130,80,233); }

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