Html Css Color HEX #8053FC Medium Slate Blue

📋 copy color: '#8053FC'

red 128 ◦ green 83 ◦ blue 252

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

Shades of Medium Slate Blue #8053FC

Tints of Medium Slate Blue #8053FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.93%

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 27.65%
G = 17.93%
B = 54.43%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8053FC (or 0x8053FC) is known color: Medium Slate Blue. HEX triplet: 80, 53 and FC. RGB value is (128,83,252). Sum of RGB (Red+Green+Blue) = 128+83+252=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #8053FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8053FC is #7FAC03. Grayscale: #737373. Windows color (decimal): -8367108 or 16536448. OLE color: 16536448.

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

Color convert

RGB 128 83 252 -
CMYK 0.49 0.67 0 0.01
HSL 255.98º 0.97% 0.66% -
HSV(B) 255.98º 0.67% 0.99% -
XYZ 29.57 17.8 93.97 -
YUV 115.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 128 83 252 0.49 0.67 0 0.01 255.98 0.97 0.66
Hex 80 53 FC 31 43 0 1 100 61 42
Octal 200 123 374 61 103 0 1 400 141 102
Binary 10000000 1010011 11111100 110001 1000011 0 1 100000000 1100001 1000010

Color Harmonies of #8053FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8053FC

Black with #8053FC

Text Example


Text Example

White with #8053FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8053FC; }

 p { color: rgb(128,83,252); }

 H1.HeaderClassName
 {
   color: #8053FC;
 }
 .AnyTagClassName
 {
   color: #8053FC;
 }
</style>

background-color css

<style>
 a { background-color: #8053FC; }

 a { background-color: rgb(128,83,252); }

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

border-color css

<style>
 span { border-color: #8053FC; }

 span { border-color: rgb(128,83,252); }

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