Html Css Color HEX #7C6CE8 Medium Slate Blue

📋 copy color: '#7C6CE8'

red 124 ◦ green 108 ◦ blue 232

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

Shades of Medium Slate Blue #7C6CE8

Tints of Medium Slate Blue #7C6CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50%

R = 26.72%
G = 23.28%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7C6CE8 (or 0x7C6CE8) is known color: Medium Slate Blue. HEX triplet: 7C, 6C and E8. RGB value is (124,108,232). Sum of RGB (Red+Green+Blue) = 124+108+232=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #7C6CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6CE8 is #839317. Grayscale: #7E7E7E. Windows color (decimal): -8622872 or 15232124. OLE color: 15232124.

HSL color Cylindrical-coordinate representation of color #7C6CE8: hue angle of 247.74º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C6CE8 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 124 108 232 -
CMYK 0.47 0.53 0 0.09
HSL 247.74º 0.73% 0.67% -
HSV(B) 247.74º 0.53% 0.91% -
XYZ 28.24 20.84 78.88 -
YUV 126.92 187.3 125.92 -
System Red Green Blue C M Y K H S L
Decimal 124 108 232 0.47 0.53 0 0.09 247.74 0.73 0.67
Hex 7C 6C E8 2F 35 0 9 F8 49 43
Octal 174 154 350 57 65 0 11 370 111 103
Binary 1111100 1101100 11101000 101111 110101 0 1001 11111000 1001001 1000011

Color Harmonies of #7C6CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6CE8

Black with #7C6CE8

Text Example


Text Example

White with #7C6CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,108,232); }

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

background-color css

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

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

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

border-color css

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

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

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