Html Css Color HEX #8768ED Medium Slate Blue

📋 copy color: '#8768ED'

red 135 ◦ green 104 ◦ blue 237

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

Shades of Medium Slate Blue #8768ED

Tints of Medium Slate Blue #8768ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 28.36%
G = 21.85%
B = 49.79%

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

#8768ED (or 0x8768ED) is known color: Medium Slate Blue. HEX triplet: 87, 68 and ED. RGB value is (135,104,237). Sum of RGB (Red+Green+Blue) = 135+104+237=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #8768ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8768ED is #789712. Grayscale: #7F7F7F. Windows color (decimal): -7902995 or 15558791. OLE color: 15558791.

HSL color Cylindrical-coordinate representation of color #8768ED: hue angle of 253.98º degrees, saturation: 0.79, 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 #8768ED is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 104 237 -
CMYK 0.43 0.56 0 0.07
HSL 253.99º 0.79% 0.67% -
HSV(B) 253.99º 0.56% 0.93% -
XYZ 30.23 21.17 82.61 -
YUV 128.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 135 104 237 0.43 0.56 0 0.07 253.99 0.79 0.67
Hex 87 68 ED 2B 38 0 7 FE 4F 43
Octal 207 150 355 53 70 0 7 376 117 103
Binary 10000111 1101000 11101101 101011 111000 0 111 11111110 1001111 1000011

Color Harmonies of #8768ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768ED

Black with #8768ED

Text Example


Text Example

White with #8768ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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