Html Css Color HEX #8755F5 Medium Slate Blue

📋 copy color: '#8755F5'

red 135 ◦ green 85 ◦ blue 245

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

Shades of Medium Slate Blue #8755F5

Tints of Medium Slate Blue #8755F5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 245 (96.09% from 255) = 52.69%

R = 29.03%
G = 18.28%
B = 52.69%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8755F5 (or 0x8755F5) is known color: Medium Slate Blue. HEX triplet: 87, 55 and F5. RGB value is (135,85,245). Sum of RGB (Red+Green+Blue) = 135+85+245=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #8755F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8755F5 is #78AA0A. Grayscale: #757575. Windows color (decimal): -7907851 or 16078215. OLE color: 16078215.

HSL color Cylindrical-coordinate representation of color #8755F5: hue angle of 258.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8755F5 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 85 245 -
CMYK 0.45 0.65 0 0.04
HSL 258.75º 0.89% 0.65% -
HSV(B) 258.75º 0.65% 0.96% -
XYZ 29.72 18.24 88.34 -
YUV 118.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 135 85 245 0.45 0.65 0 0.04 258.75 0.89 0.65
Hex 87 55 F5 2D 41 0 4 103 59 41
Octal 207 125 365 55 101 0 4 403 131 101
Binary 10000111 1010101 11110101 101101 1000001 0 100 100000011 1011001 1000001

Color Harmonies of #8755F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8755F5

Black with #8755F5

Text Example


Text Example

White with #8755F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8755F5; }

 p { color: rgb(135,85,245); }

 H1.HeaderClassName
 {
   color: #8755F5;
 }
 .AnyTagClassName
 {
   color: #8755F5;
 }
</style>

background-color css

<style>
 a { background-color: #8755F5; }

 a { background-color: rgb(135,85,245); }

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

border-color css

<style>
 span { border-color: #8755F5; }

 span { border-color: rgb(135,85,245); }

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