Html Css Color HEX #8254FF Medium Slate Blue

📋 copy color: '#8254FF'

red 130 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #8254FF

Tints of Medium Slate Blue #8254FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 27.72%
G = 17.91%
B = 54.37%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8254FF (or 0x8254FF) is known color: Medium Slate Blue. HEX triplet: 82, 54 and FF. RGB value is (130,84,255). Sum of RGB (Red+Green+Blue) = 130+84+255=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #8254FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8254FF is #7DAB00. Grayscale: #747474. Windows color (decimal): -8235777 or 16733314. OLE color: 16733314.

HSL color Cylindrical-coordinate representation of color #8254FF: hue angle of 256.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8254FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 84 255 -
CMYK 0.49 0.67 0 0
HSL 256.14º 1% 0.66% -
HSV(B) 256.14º 0.67% 1% -
XYZ 30.43 18.31 96.54 -
YUV 117.25 205.74 137.1 -
System Red Green Blue C M Y K H S L
Decimal 130 84 255 0.49 0.67 0 0 256.14 1 0.66
Hex 82 54 FF 31 43 0 0 100 64 42
Octal 202 124 377 61 103 0 0 400 144 102
Binary 10000010 1010100 11111111 110001 1000011 0 0 100000000 1100100 1000010

Color Harmonies of #8254FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8254FF

Black with #8254FF

Text Example


Text Example

White with #8254FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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