Html Css Color HEX #8752FD Medium Slate Blue

📋 copy color: '#8752FD'

red 135 ◦ green 82 ◦ blue 253

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

Shades of Medium Slate Blue #8752FD

Tints of Medium Slate Blue #8752FD

RGB

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

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

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

R = 28.72%
G = 17.45%
B = 53.83%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8752FD (or 0x8752FD) is known color: Medium Slate Blue. HEX triplet: 87, 52 and FD. RGB value is (135,82,253). Sum of RGB (Red+Green+Blue) = 135+82+253=470 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.72% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8752FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8752FD is #78AD02. Grayscale: #747474. Windows color (decimal): -7908611 or 16601735. OLE color: 16601735.

HSL color Cylindrical-coordinate representation of color #8752FD: hue angle of 258.6º 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 #8752FD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 135 82 253 -
CMYK 0.47 0.68 0 0.01
HSL 258.6º 0.98% 0.66% -
HSV(B) 258.6º 0.68% 0.99% -
XYZ 30.74 18.28 94.84 -
YUV 117.34 204.56 140.6 -
System Red Green Blue C M Y K H S L
Decimal 135 82 253 0.47 0.68 0 0.01 258.6 0.98 0.66
Hex 87 52 FD 2F 44 0 1 103 62 42
Octal 207 122 375 57 104 0 1 403 142 102
Binary 10000111 1010010 11111101 101111 1000100 0 1 100000011 1100010 1000010

Color Harmonies of #8752FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752FD

Black with #8752FD

Text Example


Text Example

White with #8752FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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