Html Css Color HEX #7C68DB Medium Slate Blue

📋 copy color: '#7C68DB'

red 124 ◦ green 104 ◦ blue 219

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

Shades of Medium Slate Blue #7C68DB

Tints of Medium Slate Blue #7C68DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 27.74%
G = 23.27%
B = 48.99%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C68DB (or 0x7C68DB) is known color: Medium Slate Blue. HEX triplet: 7C, 68 and DB. RGB value is (124,104,219). Sum of RGB (Red+Green+Blue) = 124+104+219=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68DB is #839724. Grayscale: #7A7A7A. Windows color (decimal): -8623909 or 14379132. OLE color: 14379132.

HSL color Cylindrical-coordinate representation of color #7C68DB: hue angle of 250.43º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C68DB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 104 219 -
CMYK 0.43 0.53 0 0.14
HSL 250.43º 0.61% 0.63% -
HSV(B) 250.43º 0.53% 0.86% -
XYZ 26.05 19.3 69.37 -
YUV 123.09 182.13 128.65 -
System Red Green Blue C M Y K H S L
Decimal 124 104 219 0.43 0.53 0 0.14 250.43 0.61 0.63
Hex 7C 68 DB 2B 35 0 E FA 3D 3F
Octal 174 150 333 53 65 0 16 372 75 77
Binary 1111100 1101000 11011011 101011 110101 0 1110 11111010 111101 111111

Color Harmonies of #7C68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C68DB

Black with #7C68DB

Text Example


Text Example

White with #7C68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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