Html Css Color HEX #766FF0 Medium Slate Blue

📋 copy color: '#766FF0'

red 118 ◦ green 111 ◦ blue 240

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

Shades of Medium Slate Blue #766FF0

Tints of Medium Slate Blue #766FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.67%

 BLUE value IS 240 (94.14% from 255) = 51.17%

R = 25.16%
G = 23.67%
B = 51.17%

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

#766FF0 (or 0x766FF0) is known color: Medium Slate Blue. HEX triplet: 76, 6F and F0. RGB value is (118,111,240). Sum of RGB (Red+Green+Blue) = 118+111+240=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #766FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF0 is #89900F. Grayscale: #7F7F7F. Windows color (decimal): -9015312 or 15757174. OLE color: 15757174.

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

Color convert

RGB 118 111 240 -
CMYK 0.51 0.54 0 0.06
HSL 243.26º 0.81% 0.69% -
HSV(B) 243.26º 0.54% 0.94% -
XYZ 28.88 21.51 85.07 -
YUV 127.8 191.32 121.01 -
System Red Green Blue C M Y K H S L
Decimal 118 111 240 0.51 0.54 0 0.06 243.26 0.81 0.69
Hex 76 6F F0 33 36 0 6 F3 51 45
Octal 166 157 360 63 66 0 6 363 121 105
Binary 1110110 1101111 11110000 110011 110110 0 110 11110011 1010001 1000101

Color Harmonies of #766FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FF0

Black with #766FF0

Text Example


Text Example

White with #766FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,240); }

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

background-color css

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

 a { background-color: rgb(118,111,240); }

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

border-color css

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

 span { border-color: rgb(118,111,240); }

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