Html Css Color HEX #8052FD Medium Slate Blue

📋 copy color: '#8052FD'

red 128 ◦ green 82 ◦ blue 253

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

Shades of Medium Slate Blue #8052FD

Tints of Medium Slate Blue #8052FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.71%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 27.65%
G = 17.71%
B = 54.64%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8052FD (or 0x8052FD) is known color: Medium Slate Blue. HEX triplet: 80, 52 and FD. RGB value is (128,82,253). Sum of RGB (Red+Green+Blue) = 128+82+253=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #8052FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052FD is #7FAD02. Grayscale: #727272. Windows color (decimal): -8367363 or 16601728. OLE color: 16601728.

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

Color convert

RGB 128 82 253 -
CMYK 0.49 0.68 0 0.01
HSL 256.14º 0.98% 0.66% -
HSV(B) 256.14º 0.68% 0.99% -
XYZ 29.65 17.72 94.79 -
YUV 115.25 205.74 137.1 -
System Red Green Blue C M Y K H S L
Decimal 128 82 253 0.49 0.68 0 0.01 256.14 0.98 0.66
Hex 80 52 FD 31 44 0 1 100 62 42
Octal 200 122 375 61 104 0 1 400 142 102
Binary 10000000 1010010 11111101 110001 1000100 0 1 100000000 1100010 1000010

Color Harmonies of #8052FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052FD

Black with #8052FD

Text Example


Text Example

White with #8052FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8052FD; }

 p { color: rgb(128,82,253); }

 H1.HeaderClassName
 {
   color: #8052FD;
 }
 .AnyTagClassName
 {
   color: #8052FD;
 }
</style>

background-color css

<style>
 a { background-color: #8052FD; }

 a { background-color: rgb(128,82,253); }

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

border-color css

<style>
 span { border-color: #8052FD; }

 span { border-color: rgb(128,82,253); }

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