Html Css Color HEX #8054FF Medium Slate Blue

📋 copy color: '#8054FF'

red 128 ◦ green 84 ◦ blue 255

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

Shades of Medium Slate Blue #8054FF

Tints of Medium Slate Blue #8054FF

RGB

 RED value IS 128 (50.39% from 255) = 27.41%

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

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

R = 27.41%
G = 17.99%
B = 54.6%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8054FF (or 0x8054FF) is known color: Medium Slate Blue. HEX triplet: 80, 54 and FF. RGB value is (128,84,255). Sum of RGB (Red+Green+Blue) = 128+84+255=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #8054FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8054FF is #7FAB00. Grayscale: #747474. Windows color (decimal): -8366849 or 16733312. OLE color: 16733312.

HSL color Cylindrical-coordinate representation of color #8054FF: hue angle of 255.44º 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 #8054FF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 84 255 -
CMYK 0.50 0.67 0 0
HSL 255.44º 1% 0.66% -
HSV(B) 255.44º 0.67% 1% -
XYZ 30.12 18.15 96.52 -
YUV 116.65 206.08 136.1 -
System Red Green Blue C M Y K H S L
Decimal 128 84 255 0.50 0.67 0 0 255.44 1 0.66
Hex 80 54 FF 32 43 0 0 FF 64 42
Octal 200 124 377 62 103 0 0 377 144 102
Binary 10000000 1010100 11111111 110010 1000011 0 0 11111111 1100100 1000010

Color Harmonies of #8054FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8054FF

Black with #8054FF

Text Example


Text Example

White with #8054FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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