Html Css Color HEX #8768EC Medium Slate Blue

📋 copy color: '#8768EC'

red 135 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #8768EC

Tints of Medium Slate Blue #8768EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

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

R = 28.42%
G = 21.89%
B = 49.68%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8768EC (or 0x8768EC) is known color: Medium Slate Blue. HEX triplet: 87, 68 and EC. RGB value is (135,104,236). Sum of RGB (Red+Green+Blue) = 135+104+236=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #8768EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8768EC is #789713. Grayscale: #7F7F7F. Windows color (decimal): -7902996 or 15493255. OLE color: 15493255.

HSL color Cylindrical-coordinate representation of color #8768EC: hue angle of 254.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8768EC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 104 236 -
CMYK 0.43 0.56 0 0.07
HSL 254.09º 0.78% 0.67% -
HSV(B) 254.09º 0.56% 0.93% -
XYZ 30.08 21.11 81.85 -
YUV 128.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 135 104 236 0.43 0.56 0 0.07 254.09 0.78 0.67
Hex 87 68 EC 2B 38 0 7 FE 4E 43
Octal 207 150 354 53 70 0 7 376 116 103
Binary 10000111 1101000 11101100 101011 111000 0 111 11111110 1001110 1000011

Color Harmonies of #8768EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768EC

Black with #8768EC

Text Example


Text Example

White with #8768EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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