Html Css Color HEX #8752FE Medium Slate Blue

📋 copy color: '#8752FE'

red 135 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #8752FE

Tints of Medium Slate Blue #8752FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.93%

R = 28.66%
G = 17.41%
B = 53.93%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8752FE (or 0x8752FE) is known color: Medium Slate Blue. HEX triplet: 87, 52 and FE. RGB value is (135,82,254). Sum of RGB (Red+Green+Blue) = 135+82+254=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #8752FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8752FE is #78AD01. Grayscale: #747474. Windows color (decimal): -7908610 or 16667271. OLE color: 16667271.

HSL color Cylindrical-coordinate representation of color #8752FE: hue angle of 258.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8752FE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 82 254 -
CMYK 0.47 0.68 0 0.00
HSL 258.49º 0.99% 0.66% -
HSV(B) 258.49º 0.68% 1% -
XYZ 30.9 18.34 95.68 -
YUV 117.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 135 82 254 0.47 0.68 0 0.00 258.49 0.99 0.66
Hex 87 52 FE 2F 44 0 0 102 63 42
Octal 207 122 376 57 104 0 0 402 143 102
Binary 10000111 1010010 11111110 101111 1000100 0 0 100000010 1100011 1000010

Color Harmonies of #8752FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8752FE

Black with #8752FE

Text Example


Text Example

White with #8752FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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