Html Css Color HEX #7668DB Medium Slate Blue

📋 copy color: '#7668DB'

red 118 ◦ green 104 ◦ blue 219

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

Shades of Medium Slate Blue #7668DB

Tints of Medium Slate Blue #7668DB

RGB

 RED value IS 118 (46.48% from 255) = 26.76%

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

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

R = 26.76%
G = 23.58%
B = 49.66%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7668DB (or 0x7668DB) is known color: Medium Slate Blue. HEX triplet: 76, 68 and DB. RGB value is (118,104,219). Sum of RGB (Red+Green+Blue) = 118+104+219=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7668DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668DB is #899724. Grayscale: #787878. Windows color (decimal): -9017125 or 14379126. OLE color: 14379126.

HSL color Cylindrical-coordinate representation of color #7668DB: hue angle of 247.3º 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 #7668DB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 104 219 -
CMYK 0.46 0.53 0 0.14
HSL 247.3º 0.61% 0.63% -
HSV(B) 247.3º 0.53% 0.86% -
XYZ 25.21 18.87 69.33 -
YUV 121.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 118 104 219 0.46 0.53 0 0.14 247.3 0.61 0.63
Hex 76 68 DB 2E 35 0 E F7 3D 3F
Octal 166 150 333 56 65 0 16 367 75 77
Binary 1110110 1101000 11011011 101110 110101 0 1110 11110111 111101 111111

Color Harmonies of #7668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7668DB

Black with #7668DB

Text Example


Text Example

White with #7668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7668DB; }

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

 H1.HeaderClassName
 {
   color: #7668DB;
 }
 .AnyTagClassName
 {
   color: #7668DB;
 }
</style>

background-color css

<style>
 a { background-color: #7668DB; }

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

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

border-color css

<style>
 span { border-color: #7668DB; }

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

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