Html Css Color HEX #8750FE Medium Slate Blue

📋 copy color: '#8750FE'

red 135 ◦ green 80 ◦ blue 254

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

Shades of Medium Slate Blue #8750FE

Tints of Medium Slate Blue #8750FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.06%

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

R = 28.78%
G = 17.06%
B = 54.16%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8750FE (or 0x8750FE) is known color: Medium Slate Blue. HEX triplet: 87, 50 and FE. RGB value is (135,80,254). Sum of RGB (Red+Green+Blue) = 135+80+254=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #8750FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8750FE is #78AF01. Grayscale: #737373. Windows color (decimal): -7909122 or 16666759. OLE color: 16666759.

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

Color convert

RGB 135 80 254 -
CMYK 0.47 0.69 0 0.00
HSL 258.97º 0.99% 0.65% -
HSV(B) 258.97º 0.69% 1% -
XYZ 30.75 18.04 95.63 -
YUV 116.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 135 80 254 0.47 0.69 0 0.00 258.97 0.99 0.65
Hex 87 50 FE 2F 45 0 0 103 63 41
Octal 207 120 376 57 105 0 0 403 143 101
Binary 10000111 1010000 11111110 101111 1000101 0 0 100000011 1100011 1000001

Color Harmonies of #8750FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750FE

Black with #8750FE

Text Example


Text Example

White with #8750FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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