Html Css Color HEX #7B5DF9 Medium Slate Blue

📋 copy color: '#7B5DF9'

red 123 ◦ green 93 ◦ blue 249

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

Shades of Medium Slate Blue #7B5DF9

Tints of Medium Slate Blue #7B5DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

 BLUE value IS 249 (97.66% from 255) = 53.55%

R = 26.45%
G = 20%
B = 53.55%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B5DF9 (or 0x7B5DF9) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and F9. RGB value is (123,93,249). Sum of RGB (Red+Green+Blue) = 123+93+249=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B5DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DF9 is #84A206. Grayscale: #777777. Windows color (decimal): -8692231 or 16342395. OLE color: 16342395.

HSL color Cylindrical-coordinate representation of color #7B5DF9: hue angle of 251.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B5DF9 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 93 249 -
CMYK 0.51 0.63 0 0.02
HSL 251.54º 0.93% 0.67% -
HSV(B) 251.54º 0.63% 0.98% -
XYZ 29.18 18.88 91.73 -
YUV 119.75 200.94 130.32 -
System Red Green Blue C M Y K H S L
Decimal 123 93 249 0.51 0.63 0 0.02 251.54 0.93 0.67
Hex 7B 5D F9 33 3F 0 2 FC 5D 43
Octal 173 135 371 63 77 0 2 374 135 103
Binary 1111011 1011101 11111001 110011 111111 0 10 11111100 1011101 1000011

Color Harmonies of #7B5DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DF9

Black with #7B5DF9

Text Example


Text Example

White with #7B5DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,249); }

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

background-color css

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

 a { background-color: rgb(123,93,249); }

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

border-color css

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

 span { border-color: rgb(123,93,249); }

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