Html Css Color HEX #766AE6 Medium Slate Blue

📋 copy color: '#766AE6'

red 118 ◦ green 106 ◦ blue 230

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

Shades of Medium Slate Blue #766AE6

Tints of Medium Slate Blue #766AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.66%

R = 25.99%
G = 23.35%
B = 50.66%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#766AE6 (or 0x766AE6) is known color: Medium Slate Blue. HEX triplet: 76, 6A and E6. RGB value is (118,106,230). Sum of RGB (Red+Green+Blue) = 118+106+230=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #766AE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AE6 is #899519. Grayscale: #7B7B7B. Windows color (decimal): -9016602 or 15100534. OLE color: 15100534.

HSL color Cylindrical-coordinate representation of color #766AE6: hue angle of 245.81º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766AE6 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 106 230 -
CMYK 0.49 0.54 0 0.10
HSL 245.81º 0.71% 0.66% -
HSV(B) 245.81º 0.54% 0.9% -
XYZ 26.91 19.87 77.28 -
YUV 123.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 118 106 230 0.49 0.54 0 0.10 245.81 0.71 0.66
Hex 76 6A E6 31 36 0 A F6 47 42
Octal 166 152 346 61 66 0 12 366 107 102
Binary 1110110 1101010 11100110 110001 110110 0 1010 11110110 1000111 1000010

Color Harmonies of #766AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AE6

Black with #766AE6

Text Example


Text Example

White with #766AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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