Html Css Color HEX #7668EC Medium Slate Blue

📋 copy color: '#7668EC'

red 118 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #7668EC

Tints of Medium Slate Blue #7668EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 25.76%
G = 22.71%
B = 51.53%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7668EC (or 0x7668EC) is known color: Medium Slate Blue. HEX triplet: 76, 68 and EC. RGB value is (118,104,236). Sum of RGB (Red+Green+Blue) = 118+104+236=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #7668EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7668EC is #899713. Grayscale: #7A7A7A. Windows color (decimal): -9017108 or 15493238. OLE color: 15493238.

HSL color Cylindrical-coordinate representation of color #7668EC: hue angle of 246.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7668EC is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 104 236 -
CMYK 0.5 0.56 0 0.07
HSL 246.36º 0.78% 0.67% -
HSV(B) 246.36º 0.56% 0.93% -
XYZ 27.56 19.81 81.73 -
YUV 123.23 191.64 124.27 -
System Red Green Blue C M Y K H S L
Decimal 118 104 236 0.5 0.56 0 0.07 246.36 0.78 0.67
Hex 76 68 EC 32 38 0 7 F6 4E 43
Octal 166 150 354 62 70 0 7 366 116 103
Binary 1110110 1101000 11101100 110010 111000 0 111 11110110 1001110 1000011

Color Harmonies of #7668EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7668EC

Black with #7668EC

Text Example


Text Example

White with #7668EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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