Html Css Color HEX #766EDF Medium Slate Blue

📋 copy color: '#766EDF'

red 118 ◦ green 110 ◦ blue 223

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

Shades of Medium Slate Blue #766EDF

Tints of Medium Slate Blue #766EDF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 26.16%
G = 24.39%
B = 49.45%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#766EDF (or 0x766EDF) is known color: Medium Slate Blue. HEX triplet: 76, 6E and DF. RGB value is (118,110,223). Sum of RGB (Red+Green+Blue) = 118+110+223=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #766EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EDF is #899120. Grayscale: #7C7C7C. Windows color (decimal): -9015585 or 14642806. OLE color: 14642806.

HSL color Cylindrical-coordinate representation of color #766EDF: hue angle of 244.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766EDF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 110 223 -
CMYK 0.47 0.51 0 0.13
HSL 244.25º 0.64% 0.65% -
HSV(B) 244.25º 0.51% 0.87% -
XYZ 26.37 20.33 72.35 -
YUV 125.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 118 110 223 0.47 0.51 0 0.13 244.25 0.64 0.65
Hex 76 6E DF 2F 33 0 D F4 40 41
Octal 166 156 337 57 63 0 15 364 100 101
Binary 1110110 1101110 11011111 101111 110011 0 1101 11110100 1000000 1000001

Color Harmonies of #766EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EDF

Black with #766EDF

Text Example


Text Example

White with #766EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,223); }

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

background-color css

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

 a { background-color: rgb(118,110,223); }

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

border-color css

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

 span { border-color: rgb(118,110,223); }

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