Html Css Color HEX #766AF0 Medium Slate Blue

📋 copy color: '#766AF0'

red 118 ◦ green 106 ◦ blue 240

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

Shades of Medium Slate Blue #766AF0

Tints of Medium Slate Blue #766AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.84%

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

R = 25.43%
G = 22.84%
B = 51.72%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#766AF0 (or 0x766AF0) is known color: Medium Slate Blue. HEX triplet: 76, 6A and F0. RGB value is (118,106,240). Sum of RGB (Red+Green+Blue) = 118+106+240=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #766AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AF0 is #89950F. Grayscale: #7C7C7C. Windows color (decimal): -9016592 or 15755894. OLE color: 15755894.

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

Color convert

RGB 118 106 240 -
CMYK 0.51 0.56 0 0.06
HSL 245.37º 0.82% 0.68% -
HSV(B) 245.37º 0.56% 0.94% -
XYZ 28.35 20.45 84.89 -
YUV 124.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 118 106 240 0.51 0.56 0 0.06 245.37 0.82 0.68
Hex 76 6A F0 33 38 0 6 F5 52 44
Octal 166 152 360 63 70 0 6 365 122 104
Binary 1110110 1101010 11110000 110011 111000 0 110 11110101 1010010 1000100

Color Harmonies of #766AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AF0

Black with #766AF0

Text Example


Text Example

White with #766AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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