Html Css Color HEX #7B61DF Medium Slate Blue

📋 copy color: '#7B61DF'

red 123 ◦ green 97 ◦ blue 223

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

Shades of Medium Slate Blue #7B61DF

Tints of Medium Slate Blue #7B61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.9%

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

R = 27.77%
G = 21.9%
B = 50.34%

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

#7B61DF (or 0x7B61DF) is known color: Medium Slate Blue. HEX triplet: 7B, 61 and DF. RGB value is (123,97,223). Sum of RGB (Red+Green+Blue) = 123+97+223=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B61DF is #849E20. Grayscale: #767676. Windows color (decimal): -8691233 or 14639483. OLE color: 14639483.

HSL color Cylindrical-coordinate representation of color #7B61DF: hue angle of 252.38º 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 #7B61DF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 97 223 -
CMYK 0.45 0.57 0 0.13
HSL 252.38º 0.66% 0.63% -
HSV(B) 252.38º 0.57% 0.87% -
XYZ 25.76 18.09 71.95 -
YUV 119.14 186.61 130.75 -
System Red Green Blue C M Y K H S L
Decimal 123 97 223 0.45 0.57 0 0.13 252.38 0.66 0.63
Hex 7B 61 DF 2D 39 0 D FC 42 3F
Octal 173 141 337 55 71 0 15 374 102 77
Binary 1111011 1100001 11011111 101101 111001 0 1101 11111100 1000010 111111

Color Harmonies of #7B61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B61DF

Black with #7B61DF

Text Example


Text Example

White with #7B61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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