Html Css Color HEX #7C7CEC Medium Slate Blue

📋 copy color: '#7C7CEC'

red 124 ◦ green 124 ◦ blue 236

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

Shades of Medium Slate Blue #7C7CEC

Tints of Medium Slate Blue #7C7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 25.62%
G = 25.62%
B = 48.76%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C7CEC (or 0x7C7CEC) is known color: Medium Slate Blue. HEX triplet: 7C, 7C and EC. RGB value is (124,124,236). Sum of RGB (Red+Green+Blue) = 124+124+236=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C7CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7CEC is #838313. Grayscale: #888888. Windows color (decimal): -8618772 or 15498364. OLE color: 15498364.

HSL color Cylindrical-coordinate representation of color #7C7CEC: hue angle of 240º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C7CEC is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 124 236 -
CMYK 0.47 0.47 0 0.07
HSL 240º 0.75% 0.71% -
HSV(B) 240º 0.47% 0.93% -
XYZ 30.66 24.76 82.52 -
YUV 136.77 184 118.89 -
System Red Green Blue C M Y K H S L
Decimal 124 124 236 0.47 0.47 0 0.07 240 0.75 0.71
Hex 7C 7C EC 2F 2F 0 7 F0 4B 47
Octal 174 174 354 57 57 0 7 360 113 107
Binary 1111100 1111100 11101100 101111 101111 0 111 11110000 1001011 1000111

Color Harmonies of #7C7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7CEC

Black with #7C7CEC

Text Example


Text Example

White with #7C7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,124,236); }

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

background-color css

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

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

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

border-color css

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

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

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