Html Css Color HEX #8768EF Medium Slate Blue

📋 copy color: '#8768EF'

red 135 ◦ green 104 ◦ blue 239

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

Shades of Medium Slate Blue #8768EF

Tints of Medium Slate Blue #8768EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 28.24%
G = 21.76%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8768EF (or 0x8768EF) is known color: Medium Slate Blue. HEX triplet: 87, 68 and EF. RGB value is (135,104,239). Sum of RGB (Red+Green+Blue) = 135+104+239=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #8768EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8768EF is #789710. Grayscale: #808080. Windows color (decimal): -7902993 or 15689863. OLE color: 15689863.

HSL color Cylindrical-coordinate representation of color #8768EF: hue angle of 253.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8768EF is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 104 239 -
CMYK 0.44 0.56 0 0.06
HSL 253.78º 0.81% 0.67% -
HSV(B) 253.78º 0.56% 0.94% -
XYZ 30.52 21.28 84.16 -
YUV 128.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 135 104 239 0.44 0.56 0 0.06 253.78 0.81 0.67
Hex 87 68 EF 2C 38 0 6 FE 51 43
Octal 207 150 357 54 70 0 6 376 121 103
Binary 10000111 1101000 11101111 101100 111000 0 110 11111110 1010001 1000011

Color Harmonies of #8768EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8768EF

Black with #8768EF

Text Example


Text Example

White with #8768EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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