Html Css Color HEX #7C7EEE Medium Slate Blue

📋 copy color: '#7C7EEE'

red 124 ◦ green 126 ◦ blue 238

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

Shades of Medium Slate Blue #7C7EEE

Tints of Medium Slate Blue #7C7EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.82%

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 25.41%
G = 25.82%
B = 48.77%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C7EEE (or 0x7C7EEE) is known color: Medium Slate Blue. HEX triplet: 7C, 7E and EE. RGB value is (124,126,238). Sum of RGB (Red+Green+Blue) = 124+126+238=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C7EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C7EEE is #838111. Grayscale: #898989. Windows color (decimal): -8618258 or 15629948. OLE color: 15629948.

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

Color convert

RGB 124 126 238 -
CMYK 0.48 0.47 0 0.07
HSL 238.95º 0.77% 0.71% -
HSV(B) 238.95º 0.48% 0.93% -
XYZ 31.21 25.38 84.14 -
YUV 138.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 124 126 238 0.48 0.47 0 0.07 238.95 0.77 0.71
Hex 7C 7E EE 30 2F 0 7 EF 4D 47
Octal 174 176 356 60 57 0 7 357 115 107
Binary 1111100 1111110 11101110 110000 101111 0 111 11101111 1001101 1000111

Color Harmonies of #7C7EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7EEE

Black with #7C7EEE

Text Example


Text Example

White with #7C7EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,126,238); }

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

background-color css

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

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

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

border-color css

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

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

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