Html Css Color HEX #7B60DF Medium Slate Blue

📋 copy color: '#7B60DF'

red 123 ◦ green 96 ◦ blue 223

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

Shades of Medium Slate Blue #7B60DF

Tints of Medium Slate Blue #7B60DF

RGB

 RED value IS 123 (48.44% from 255) = 27.83%

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 27.83%
G = 21.72%
B = 50.45%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B60DF (or 0x7B60DF) is known color: Medium Slate Blue. HEX triplet: 7B, 60 and DF. RGB value is (123,96,223). Sum of RGB (Red+Green+Blue) = 123+96+223=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B60DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B60DF is #849F20. Grayscale: #767676. Windows color (decimal): -8691489 or 14639227. OLE color: 14639227.

HSL color Cylindrical-coordinate representation of color #7B60DF: hue angle of 252.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B60DF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 96 223 -
CMYK 0.45 0.57 0 0.13
HSL 252.76º 0.66% 0.63% -
HSV(B) 252.76º 0.57% 0.87% -
XYZ 25.67 17.9 71.91 -
YUV 118.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 123 96 223 0.45 0.57 0 0.13 252.76 0.66 0.63
Hex 7B 60 DF 2D 39 0 D FD 42 3F
Octal 173 140 337 55 71 0 15 375 102 77
Binary 1111011 1100000 11011111 101101 111001 0 1101 11111101 1000010 111111

Color Harmonies of #7B60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B60DF

Black with #7B60DF

Text Example


Text Example

White with #7B60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B60DF; }

 p { color: rgb(123,96,223); }

 H1.HeaderClassName
 {
   color: #7B60DF;
 }
 .AnyTagClassName
 {
   color: #7B60DF;
 }
</style>

background-color css

<style>
 a { background-color: #7B60DF; }

 a { background-color: rgb(123,96,223); }

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

border-color css

<style>
 span { border-color: #7B60DF; }

 span { border-color: rgb(123,96,223); }

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