Html Css Color HEX #766CE7 Medium Slate Blue

📋 copy color: '#766CE7'

red 118 ◦ green 108 ◦ blue 231

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

Shades of Medium Slate Blue #766CE7

Tints of Medium Slate Blue #766CE7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

 BLUE value IS 231 (90.63% from 255) = 50.55%

R = 25.82%
G = 23.63%
B = 50.55%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#766CE7 (or 0x766CE7) is known color: Medium Slate Blue. HEX triplet: 76, 6C and E7. RGB value is (118,108,231). Sum of RGB (Red+Green+Blue) = 118+108+231=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #766CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766CE7 is #899318. Grayscale: #7C7C7C. Windows color (decimal): -9016089 or 15166582. OLE color: 15166582.

HSL color Cylindrical-coordinate representation of color #766CE7: hue angle of 244.88º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766CE7 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 108 231 -
CMYK 0.49 0.53 0 0.09
HSL 244.88º 0.72% 0.66% -
HSV(B) 244.88º 0.53% 0.91% -
XYZ 27.26 20.35 78.09 -
YUV 125.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 118 108 231 0.49 0.53 0 0.09 244.88 0.72 0.66
Hex 76 6C E7 31 35 0 9 F5 48 42
Octal 166 154 347 61 65 0 11 365 110 102
Binary 1110110 1101100 11100111 110001 110101 0 1001 11110101 1001000 1000010

Color Harmonies of #766CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766CE7

Black with #766CE7

Text Example


Text Example

White with #766CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,108,231); }

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

background-color css

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

 a { background-color: rgb(118,108,231); }

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

border-color css

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

 span { border-color: rgb(118,108,231); }

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