Html Css Color HEX #766DEF Medium Slate Blue

📋 copy color: '#766DEF'

red 118 ◦ green 109 ◦ blue 239

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

Shades of Medium Slate Blue #766DEF

Tints of Medium Slate Blue #766DEF

RGB

 RED value IS 118 (46.48% from 255) = 25.32%

 GREEN value IS 109 (42.97% from 255) = 23.39%

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

R = 25.32%
G = 23.39%
B = 51.29%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#766DEF (or 0x766DEF) is known color: Medium Slate Blue. HEX triplet: 76, 6D and EF. RGB value is (118,109,239). Sum of RGB (Red+Green+Blue) = 118+109+239=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #766DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DEF is #899210. Grayscale: #7E7E7E. Windows color (decimal): -9015825 or 15691126. OLE color: 15691126.

HSL color Cylindrical-coordinate representation of color #766DEF: hue angle of 244.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766DEF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 109 239 -
CMYK 0.51 0.54 0 0.06
HSL 244.15º 0.8% 0.68% -
HSV(B) 244.15º 0.54% 0.94% -
XYZ 28.52 21.02 84.22 -
YUV 126.51 191.48 121.93 -
System Red Green Blue C M Y K H S L
Decimal 118 109 239 0.51 0.54 0 0.06 244.15 0.8 0.68
Hex 76 6D EF 33 36 0 6 F4 50 44
Octal 166 155 357 63 66 0 6 364 120 104
Binary 1110110 1101101 11101111 110011 110110 0 110 11110100 1010000 1000100

Color Harmonies of #766DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DEF

Black with #766DEF

Text Example


Text Example

White with #766DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766DEF; }

 p { color: rgb(118,109,239); }

 H1.HeaderClassName
 {
   color: #766DEF;
 }
 .AnyTagClassName
 {
   color: #766DEF;
 }
</style>

background-color css

<style>
 a { background-color: #766DEF; }

 a { background-color: rgb(118,109,239); }

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

border-color css

<style>
 span { border-color: #766DEF; }

 span { border-color: rgb(118,109,239); }

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