Html Css Color HEX #8775EC Medium Slate Blue

📋 copy color: '#8775EC'

red 135 ◦ green 117 ◦ blue 236

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

Shades of Medium Slate Blue #8775EC

Tints of Medium Slate Blue #8775EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.98%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 27.66%
G = 23.98%
B = 48.36%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8775EC (or 0x8775EC) is known color: Medium Slate Blue. HEX triplet: 87, 75 and EC. RGB value is (135,117,236). Sum of RGB (Red+Green+Blue) = 135+117+236=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #8775EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8775EC is #788A13. Grayscale: #878787. Windows color (decimal): -7899668 or 15496583. OLE color: 15496583.

HSL color Cylindrical-coordinate representation of color #8775EC: hue angle of 249.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8775EC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 117 236 -
CMYK 0.43 0.50 0 0.07
HSL 249.08º 0.76% 0.69% -
HSV(B) 249.08º 0.5% 0.93% -
XYZ 31.49 23.93 82.32 -
YUV 135.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 135 117 236 0.43 0.50 0 0.07 249.08 0.76 0.69
Hex 87 75 EC 2B 32 0 7 F9 4C 45
Octal 207 165 354 53 62 0 7 371 114 105
Binary 10000111 1110101 11101100 101011 110010 0 111 11111001 1001100 1000101

Color Harmonies of #8775EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8775EC

Black with #8775EC

Text Example


Text Example

White with #8775EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8775EC; }

 p { color: rgb(135,117,236); }

 H1.HeaderClassName
 {
   color: #8775EC;
 }
 .AnyTagClassName
 {
   color: #8775EC;
 }
</style>

background-color css

<style>
 a { background-color: #8775EC; }

 a { background-color: rgb(135,117,236); }

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

border-color css

<style>
 span { border-color: #8775EC; }

 span { border-color: rgb(135,117,236); }

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