Html Css Color HEX #8750F8 Medium Slate Blue

📋 copy color: '#8750F8'

red 135 ◦ green 80 ◦ blue 248

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

Shades of Medium Slate Blue #8750F8

Tints of Medium Slate Blue #8750F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.56%

R = 29.16%
G = 17.28%
B = 53.56%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8750F8 (or 0x8750F8) is known color: Medium Slate Blue. HEX triplet: 87, 50 and F8. RGB value is (135,80,248). Sum of RGB (Red+Green+Blue) = 135+80+248=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #8750F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8750F8 is #78AF07. Grayscale: #727272. Windows color (decimal): -7909128 or 16273543. OLE color: 16273543.

HSL color Cylindrical-coordinate representation of color #8750F8: hue angle of 259.64º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8750F8 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 80 248 -
CMYK 0.46 0.68 0 0.03
HSL 259.64º 0.92% 0.64% -
HSV(B) 259.64º 0.68% 0.97% -
XYZ 29.8 17.67 90.65 -
YUV 115.6 202.72 141.84 -
System Red Green Blue C M Y K H S L
Decimal 135 80 248 0.46 0.68 0 0.03 259.64 0.92 0.64
Hex 87 50 F8 2E 44 0 3 104 5C 40
Octal 207 120 370 56 104 0 3 404 134 100
Binary 10000111 1010000 11111000 101110 1000100 0 11 100000100 1011100 1000000

Color Harmonies of #8750F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8750F8

Black with #8750F8

Text Example


Text Example

White with #8750F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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