Html Css Color HEX #7660FF Medium Slate Blue

📋 copy color: '#7660FF'

red 118 ◦ green 96 ◦ blue 255

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

Shades of Medium Slate Blue #7660FF

Tints of Medium Slate Blue #7660FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 25.16%
G = 20.47%
B = 54.37%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7660FF (or 0x7660FF) is known color: Medium Slate Blue. HEX triplet: 76, 60 and FF. RGB value is (118,96,255). Sum of RGB (Red+Green+Blue) = 118+96+255=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #7660FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7660FF is #899F00. Grayscale: #787878. Windows color (decimal): -9019137 or 16736374. OLE color: 16736374.

HSL color Cylindrical-coordinate representation of color #7660FF: hue angle of 248.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7660FF is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 96 255 -
CMYK 0.54 0.62 0 0
HSL 248.3º 1% 0.69% -
HSV(B) 248.3º 0.62% 1% -
XYZ 29.7 19.44 96.79 -
YUV 120.7 203.79 126.07 -
System Red Green Blue C M Y K H S L
Decimal 118 96 255 0.54 0.62 0 0 248.3 1 0.69
Hex 76 60 FF 36 3E 0 0 F8 64 45
Octal 166 140 377 66 76 0 0 370 144 105
Binary 1110110 1100000 11111111 110110 111110 0 0 11111000 1100100 1000101

Color Harmonies of #7660FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7660FF

Black with #7660FF

Text Example


Text Example

White with #7660FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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