Html Css Color HEX #766DDF Medium Slate Blue

📋 copy color: '#766DDF'

red 118 ◦ green 109 ◦ blue 223

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

Shades of Medium Slate Blue #766DDF

Tints of Medium Slate Blue #766DDF

RGB

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

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

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

R = 26.22%
G = 24.22%
B = 49.56%

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

#766DDF (or 0x766DDF) is known color: Medium Slate Blue. HEX triplet: 76, 6D and DF. RGB value is (118,109,223). Sum of RGB (Red+Green+Blue) = 118+109+223=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #766DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDF is #899220. Grayscale: #7C7C7C. Windows color (decimal): -9015841 or 14642550. OLE color: 14642550.

HSL color Cylindrical-coordinate representation of color #766DDF: hue angle of 244.74º 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 #766DDF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 109 223 -
CMYK 0.47 0.51 0 0.13
HSL 244.74º 0.64% 0.65% -
HSV(B) 244.74º 0.51% 0.87% -
XYZ 26.26 20.12 72.31 -
YUV 124.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 118 109 223 0.47 0.51 0 0.13 244.74 0.64 0.65
Hex 76 6D DF 2F 33 0 D F5 40 41
Octal 166 155 337 57 63 0 15 365 100 101
Binary 1110110 1101101 11011111 101111 110011 0 1101 11110101 1000000 1000001

Color Harmonies of #766DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DDF

Black with #766DDF

Text Example


Text Example

White with #766DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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