Html Css Color HEX #766DF3 Medium Slate Blue

📋 copy color: '#766DF3'

red 118 ◦ green 109 ◦ blue 243

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

Shades of Medium Slate Blue #766DF3

Tints of Medium Slate Blue #766DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.7%

R = 25.11%
G = 23.19%
B = 51.7%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#766DF3 (or 0x766DF3) is known color: Medium Slate Blue. HEX triplet: 76, 6D and F3. RGB value is (118,109,243). Sum of RGB (Red+Green+Blue) = 118+109+243=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #766DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DF3 is #89920C. Grayscale: #7E7E7E. Windows color (decimal): -9015821 or 15953270. OLE color: 15953270.

HSL color Cylindrical-coordinate representation of color #766DF3: hue angle of 244.03º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766DF3 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 109 243 -
CMYK 0.51 0.55 0 0.05
HSL 244.03º 0.85% 0.69% -
HSV(B) 244.03º 0.55% 0.95% -
XYZ 29.12 21.26 87.36 -
YUV 126.97 193.48 121.6 -
System Red Green Blue C M Y K H S L
Decimal 118 109 243 0.51 0.55 0 0.05 244.03 0.85 0.69
Hex 76 6D F3 33 37 0 5 F4 55 45
Octal 166 155 363 63 67 0 5 364 125 105
Binary 1110110 1101101 11110011 110011 110111 0 101 11110100 1010101 1000101

Color Harmonies of #766DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766DF3

Black with #766DF3

Text Example


Text Example

White with #766DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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