Html Css Color HEX #766EF1 Medium Slate Blue

📋 copy color: '#766EF1'

red 118 ◦ green 110 ◦ blue 241

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

Shades of Medium Slate Blue #766EF1

Tints of Medium Slate Blue #766EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.39%

R = 25.16%
G = 23.45%
B = 51.39%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#766EF1 (or 0x766EF1) is known color: Medium Slate Blue. HEX triplet: 76, 6E and F1. RGB value is (118,110,241). Sum of RGB (Red+Green+Blue) = 118+110+241=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #766EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EF1 is #89910E. Grayscale: #7E7E7E. Windows color (decimal): -9015567 or 15822454. OLE color: 15822454.

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

Color convert

RGB 118 110 241 -
CMYK 0.51 0.54 0 0.05
HSL 243.66º 0.82% 0.69% -
HSV(B) 243.66º 0.54% 0.95% -
XYZ 28.92 21.35 85.82 -
YUV 127.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 118 110 241 0.51 0.54 0 0.05 243.66 0.82 0.69
Hex 76 6E F1 33 36 0 5 F4 52 45
Octal 166 156 361 63 66 0 5 364 122 105
Binary 1110110 1101110 11110001 110011 110110 0 101 11110100 1010010 1000101

Color Harmonies of #766EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EF1

Black with #766EF1

Text Example


Text Example

White with #766EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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