Html Css Color HEX #8C52F7 Medium Slate Blue

📋 copy color: '#8C52F7'

red 140 ◦ green 82 ◦ blue 247

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

Shades of Medium Slate Blue #8C52F7

Tints of Medium Slate Blue #8C52F7

RGB

 RED value IS 140 (55.08% from 255) = 29.85%

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

 BLUE value IS 247 (96.88% from 255) = 52.67%

R = 29.85%
G = 17.48%
B = 52.67%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C52F7 (or 0x8C52F7) is known color: Medium Slate Blue. HEX triplet: 8C, 52 and F7. RGB value is (140,82,247). Sum of RGB (Red+Green+Blue) = 140+82+247=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 247 (96.88% from 255 or 52.67% from 469); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C52F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C52F7 is #73AD08. Grayscale: #757575. Windows color (decimal): -7580937 or 16208524. OLE color: 16208524.

HSL color Cylindrical-coordinate representation of color #8C52F7: hue angle of 261.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C52F7 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 82 247 -
CMYK 0.43 0.67 0 0.03
HSL 261.09º 0.91% 0.65% -
HSV(B) 261.09º 0.67% 0.97% -
XYZ 30.62 18.33 89.92 -
YUV 118.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 140 82 247 0.43 0.67 0 0.03 261.09 0.91 0.65
Hex 8C 52 F7 2B 43 0 3 105 5B 41
Octal 214 122 367 53 103 0 3 405 133 101
Binary 10001100 1010010 11110111 101011 1000011 0 11 100000101 1011011 1000001

Color Harmonies of #8C52F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C52F7

Black with #8C52F7

Text Example


Text Example

White with #8C52F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C52F7; }

 p { color: rgb(140,82,247); }

 H1.HeaderClassName
 {
   color: #8C52F7;
 }
 .AnyTagClassName
 {
   color: #8C52F7;
 }
</style>

background-color css

<style>
 a { background-color: #8C52F7; }

 a { background-color: rgb(140,82,247); }

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

border-color css

<style>
 span { border-color: #8C52F7; }

 span { border-color: rgb(140,82,247); }

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