Html Css Color HEX #8760F7 Medium Slate Blue

📋 copy color: '#8760F7'

red 135 ◦ green 96 ◦ blue 247

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

Shades of Medium Slate Blue #8760F7

Tints of Medium Slate Blue #8760F7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.08%

 BLUE value IS 247 (96.88% from 255) = 51.67%

R = 28.24%
G = 20.08%
B = 51.67%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8760F7 (or 0x8760F7) is known color: Medium Slate Blue. HEX triplet: 87, 60 and F7. RGB value is (135,96,247). Sum of RGB (Red+Green+Blue) = 135+96+247=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #8760F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8760F7 is #789F08. Grayscale: #7C7C7C. Windows color (decimal): -7905033 or 16212103. OLE color: 16212103.

HSL color Cylindrical-coordinate representation of color #8760F7: hue angle of 255.5º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8760F7 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 96 247 -
CMYK 0.45 0.61 0 0.03
HSL 255.5º 0.9% 0.67% -
HSV(B) 255.5º 0.61% 0.97% -
XYZ 30.96 20.23 90.27 -
YUV 124.88 196.92 135.22 -
System Red Green Blue C M Y K H S L
Decimal 135 96 247 0.45 0.61 0 0.03 255.5 0.9 0.67
Hex 87 60 F7 2D 3D 0 3 FF 5A 43
Octal 207 140 367 55 75 0 3 377 132 103
Binary 10000111 1100000 11110111 101101 111101 0 11 11111111 1011010 1000011

Color Harmonies of #8760F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760F7

Black with #8760F7

Text Example


Text Example

White with #8760F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8760F7; }

 p { color: rgb(135,96,247); }

 H1.HeaderClassName
 {
   color: #8760F7;
 }
 .AnyTagClassName
 {
   color: #8760F7;
 }
</style>

background-color css

<style>
 a { background-color: #8760F7; }

 a { background-color: rgb(135,96,247); }

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

border-color css

<style>
 span { border-color: #8760F7; }

 span { border-color: rgb(135,96,247); }

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