Html Css Color HEX #8052FB Medium Slate Blue

📋 copy color: '#8052FB'

red 128 ◦ green 82 ◦ blue 251

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

Shades of Medium Slate Blue #8052FB

Tints of Medium Slate Blue #8052FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 27.77%
G = 17.79%
B = 54.45%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8052FB (or 0x8052FB) is known color: Medium Slate Blue. HEX triplet: 80, 52 and FB. RGB value is (128,82,251). Sum of RGB (Red+Green+Blue) = 128+82+251=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #8052FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8052FB is #7FAD04. Grayscale: #727272. Windows color (decimal): -8367365 or 16470656. OLE color: 16470656.

HSL color Cylindrical-coordinate representation of color #8052FB: hue angle of 256.33º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8052FB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 82 251 -
CMYK 0.49 0.67 0 0.02
HSL 256.33º 0.95% 0.65% -
HSV(B) 256.33º 0.67% 0.98% -
XYZ 29.33 17.59 93.12 -
YUV 115.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 128 82 251 0.49 0.67 0 0.02 256.33 0.95 0.65
Hex 80 52 FB 31 43 0 2 100 5F 41
Octal 200 122 373 61 103 0 2 400 137 101
Binary 10000000 1010010 11111011 110001 1000011 0 10 100000000 1011111 1000001

Color Harmonies of #8052FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8052FB

Black with #8052FB

Text Example


Text Example

White with #8052FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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