Html Css Color HEX #8254F8 Medium Slate Blue

📋 copy color: '#8254F8'

red 130 ◦ green 84 ◦ blue 248

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

Shades of Medium Slate Blue #8254F8

Tints of Medium Slate Blue #8254F8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.18%

 BLUE value IS 248 (97.27% from 255) = 53.68%

R = 28.14%
G = 18.18%
B = 53.68%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8254F8 (or 0x8254F8) is known color: Medium Slate Blue. HEX triplet: 82, 54 and F8. RGB value is (130,84,248). Sum of RGB (Red+Green+Blue) = 130+84+248=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #8254F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8254F8 is #7DAB07. Grayscale: #737373. Windows color (decimal): -8235784 or 16274562. OLE color: 16274562.

HSL color Cylindrical-coordinate representation of color #8254F8: hue angle of 256.83º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8254F8 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 84 248 -
CMYK 0.48 0.66 0 0.03
HSL 256.83º 0.92% 0.65% -
HSV(B) 256.83º 0.66% 0.97% -
XYZ 29.32 17.86 90.71 -
YUV 116.45 202.24 137.66 -
System Red Green Blue C M Y K H S L
Decimal 130 84 248 0.48 0.66 0 0.03 256.83 0.92 0.65
Hex 82 54 F8 30 42 0 3 101 5C 41
Octal 202 124 370 60 102 0 3 401 134 101
Binary 10000010 1010100 11111000 110000 1000010 0 11 100000001 1011100 1000001

Color Harmonies of #8254F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8254F8

Black with #8254F8

Text Example


Text Example

White with #8254F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8254F8; }

 p { color: rgb(130,84,248); }

 H1.HeaderClassName
 {
   color: #8254F8;
 }
 .AnyTagClassName
 {
   color: #8254F8;
 }
</style>

background-color css

<style>
 a { background-color: #8254F8; }

 a { background-color: rgb(130,84,248); }

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

border-color css

<style>
 span { border-color: #8254F8; }

 span { border-color: rgb(130,84,248); }

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