Html Css Color HEX #7B5BDC Medium Slate Blue

📋 copy color: '#7B5BDC'

red 123 ◦ green 91 ◦ blue 220

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

Shades of Medium Slate Blue #7B5BDC

Tints of Medium Slate Blue #7B5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.97%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 28.34%
G = 20.97%
B = 50.69%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B5BDC (or 0x7B5BDC) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and DC. RGB value is (123,91,220). Sum of RGB (Red+Green+Blue) = 123+91+220=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BDC is #84A423. Grayscale: #727272. Windows color (decimal): -8692772 or 14441339. OLE color: 14441339.

HSL color Cylindrical-coordinate representation of color #7B5BDC: hue angle of 254.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B5BDC is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 91 220 -
CMYK 0.44 0.59 0 0.14
HSL 254.88º 0.65% 0.61% -
HSV(B) 254.88º 0.59% 0.86% -
XYZ 24.83 16.86 69.66 -
YUV 115.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 123 91 220 0.44 0.59 0 0.14 254.88 0.65 0.61
Hex 7B 5B DC 2C 3B 0 E FF 41 3D
Octal 173 133 334 54 73 0 16 377 101 75
Binary 1111011 1011011 11011100 101100 111011 0 1110 11111111 1000001 111101

Color Harmonies of #7B5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BDC

Black with #7B5BDC

Text Example


Text Example

White with #7B5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,91,220); }

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

background-color css

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

 a { background-color: rgb(123,91,220); }

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

border-color css

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

 span { border-color: rgb(123,91,220); }

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