Html Css Color HEX #8752F6 Medium Slate Blue

📋 copy color: '#8752F6'

red 135 ◦ green 82 ◦ blue 246

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

Shades of Medium Slate Blue #8752F6

Tints of Medium Slate Blue #8752F6

RGB

 RED value IS 135 (53.13% from 255) = 29.16%

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

 BLUE value IS 246 (96.48% from 255) = 53.13%

R = 29.16%
G = 17.71%
B = 53.13%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8752F6 (or 0x8752F6) is known color: Medium Slate Blue. HEX triplet: 87, 52 and F6. RGB value is (135,82,246). Sum of RGB (Red+Green+Blue) = 135+82+246=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #8752F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8752F6 is #78AD09. Grayscale: #737373. Windows color (decimal): -7908618 or 16142983. OLE color: 16142983.

HSL color Cylindrical-coordinate representation of color #8752F6: hue angle of 259.39º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8752F6 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 82 246 -
CMYK 0.45 0.67 0 0.04
HSL 259.39º 0.9% 0.64% -
HSV(B) 259.39º 0.67% 0.96% -
XYZ 29.64 17.84 89.07 -
YUV 116.54 201.06 141.16 -
System Red Green Blue C M Y K H S L
Decimal 135 82 246 0.45 0.67 0 0.04 259.39 0.9 0.64
Hex 87 52 F6 2D 43 0 4 103 5A 40
Octal 207 122 366 55 103 0 4 403 132 100
Binary 10000111 1010010 11110110 101101 1000011 0 100 100000011 1011010 1000000

Color Harmonies of #8752F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752F6

Black with #8752F6

Text Example


Text Example

White with #8752F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8752F6; }

 p { color: rgb(135,82,246); }

 H1.HeaderClassName
 {
   color: #8752F6;
 }
 .AnyTagClassName
 {
   color: #8752F6;
 }
</style>

background-color css

<style>
 a { background-color: #8752F6; }

 a { background-color: rgb(135,82,246); }

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

border-color css

<style>
 span { border-color: #8752F6; }

 span { border-color: rgb(135,82,246); }

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