Html Css Color HEX #7C66EB Medium Slate Blue

📋 copy color: '#7C66EB'

red 124 ◦ green 102 ◦ blue 235

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

Shades of Medium Slate Blue #7C66EB

Tints of Medium Slate Blue #7C66EB

RGB

 RED value IS 124 (48.83% from 255) = 26.9%

 GREEN value IS 102 (40.23% from 255) = 22.13%

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 26.9%
G = 22.13%
B = 50.98%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C66EB (or 0x7C66EB) is known color: Medium Slate Blue. HEX triplet: 7C, 66 and EB. RGB value is (124,102,235). Sum of RGB (Red+Green+Blue) = 124+102+235=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C66EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C66EB is #839914. Grayscale: #7B7B7B. Windows color (decimal): -8624405 or 15427196. OLE color: 15427196.

HSL color Cylindrical-coordinate representation of color #7C66EB: hue angle of 249.92º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C66EB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 102 235 -
CMYK 0.47 0.57 0 0.08
HSL 249.92º 0.77% 0.66% -
HSV(B) 249.92º 0.57% 0.92% -
XYZ 28.06 19.79 80.94 -
YUV 123.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 124 102 235 0.47 0.57 0 0.08 249.92 0.77 0.66
Hex 7C 66 EB 2F 39 0 8 FA 4D 42
Octal 174 146 353 57 71 0 10 372 115 102
Binary 1111100 1100110 11101011 101111 111001 0 1000 11111010 1001101 1000010

Color Harmonies of #7C66EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C66EB

Black with #7C66EB

Text Example


Text Example

White with #7C66EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C66EB; }

 p { color: rgb(124,102,235); }

 H1.HeaderClassName
 {
   color: #7C66EB;
 }
 .AnyTagClassName
 {
   color: #7C66EB;
 }
</style>

background-color css

<style>
 a { background-color: #7C66EB; }

 a { background-color: rgb(124,102,235); }

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

border-color css

<style>
 span { border-color: #7C66EB; }

 span { border-color: rgb(124,102,235); }

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