Html Css Color HEX #7C68EF Medium Slate Blue

📋 copy color: '#7C68EF'

red 124 ◦ green 104 ◦ blue 239

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

Shades of Medium Slate Blue #7C68EF

Tints of Medium Slate Blue #7C68EF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 26.55%
G = 22.27%
B = 51.18%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C68EF (or 0x7C68EF) is known color: Medium Slate Blue. HEX triplet: 7C, 68 and EF. RGB value is (124,104,239). Sum of RGB (Red+Green+Blue) = 124+104+239=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C68EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C68EF is #839710. Grayscale: #7C7C7C. Windows color (decimal): -8623889 or 15689852. OLE color: 15689852.

HSL color Cylindrical-coordinate representation of color #7C68EF: hue angle of 248.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C68EF is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 104 239 -
CMYK 0.48 0.56 0 0.06
HSL 248.89º 0.81% 0.67% -
HSV(B) 248.89º 0.56% 0.94% -
XYZ 28.84 20.42 84.08 -
YUV 125.37 192.13 127.02 -
System Red Green Blue C M Y K H S L
Decimal 124 104 239 0.48 0.56 0 0.06 248.89 0.81 0.67
Hex 7C 68 EF 30 38 0 6 F9 51 43
Octal 174 150 357 60 70 0 6 371 121 103
Binary 1111100 1101000 11101111 110000 111000 0 110 11111001 1010001 1000011

Color Harmonies of #7C68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68EF

Black with #7C68EF

Text Example


Text Example

White with #7C68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,104,239); }

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

background-color css

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

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

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

border-color css

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

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

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