Html Css Color HEX #7668DE Medium Slate Blue

📋 copy color: '#7668DE'

red 118 ◦ green 104 ◦ blue 222

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

Shades of Medium Slate Blue #7668DE

Tints of Medium Slate Blue #7668DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 26.58%
G = 23.42%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7668DE (or 0x7668DE) is known color: Medium Slate Blue. HEX triplet: 76, 68 and DE. RGB value is (118,104,222). Sum of RGB (Red+Green+Blue) = 118+104+222=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #7668DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668DE is #899721. Grayscale: #797979. Windows color (decimal): -9017122 or 14575734. OLE color: 14575734.

HSL color Cylindrical-coordinate representation of color #7668DE: hue angle of 247.12º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7668DE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 104 222 -
CMYK 0.47 0.53 0 0.13
HSL 247.12º 0.64% 0.64% -
HSV(B) 247.12º 0.53% 0.87% -
XYZ 25.61 19.03 71.43 -
YUV 121.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 118 104 222 0.47 0.53 0 0.13 247.12 0.64 0.64
Hex 76 68 DE 2F 35 0 D F7 40 40
Octal 166 150 336 57 65 0 15 367 100 100
Binary 1110110 1101000 11011110 101111 110101 0 1101 11110111 1000000 1000000

Color Harmonies of #7668DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7668DE

Black with #7668DE

Text Example


Text Example

White with #7668DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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