Html Css Color HEX #7660DD Medium Slate Blue

📋 copy color: '#7660DD'

red 118 ◦ green 96 ◦ blue 221

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

Shades of Medium Slate Blue #7660DD

Tints of Medium Slate Blue #7660DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 27.13%
G = 22.07%
B = 50.8%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7660DD (or 0x7660DD) is known color: Medium Slate Blue. HEX triplet: 76, 60 and DD. RGB value is (118,96,221). Sum of RGB (Red+Green+Blue) = 118+96+221=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #7660DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7660DD is #899F22. Grayscale: #747474. Windows color (decimal): -9019171 or 14508150. OLE color: 14508150.

HSL color Cylindrical-coordinate representation of color #7660DD: hue angle of 250.56º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7660DD is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 96 221 -
CMYK 0.47 0.57 0 0.13
HSL 250.56º 0.65% 0.62% -
HSV(B) 250.56º 0.57% 0.87% -
XYZ 24.71 17.44 70.47 -
YUV 116.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 118 96 221 0.47 0.57 0 0.13 250.56 0.65 0.62
Hex 76 60 DD 2F 39 0 D FB 41 3E
Octal 166 140 335 57 71 0 15 373 101 76
Binary 1110110 1100000 11011101 101111 111001 0 1101 11111011 1000001 111110

Color Harmonies of #7660DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7660DD

Black with #7660DD

Text Example


Text Example

White with #7660DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7660DD; }

 p { color: rgb(118,96,221); }

 H1.HeaderClassName
 {
   color: #7660DD;
 }
 .AnyTagClassName
 {
   color: #7660DD;
 }
</style>

background-color css

<style>
 a { background-color: #7660DD; }

 a { background-color: rgb(118,96,221); }

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

border-color css

<style>
 span { border-color: #7660DD; }

 span { border-color: rgb(118,96,221); }

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