Html Css Color HEX #7B5DF8 Medium Slate Blue

📋 copy color: '#7B5DF8'

red 123 ◦ green 93 ◦ blue 248

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

Shades of Medium Slate Blue #7B5DF8

Tints of Medium Slate Blue #7B5DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 26.51%
G = 20.04%
B = 53.45%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7B5DF8 (or 0x7B5DF8) is known color: Medium Slate Blue. HEX triplet: 7B, 5D and F8. RGB value is (123,93,248). Sum of RGB (Red+Green+Blue) = 123+93+248=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B5DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5DF8 is #84A207. Grayscale: #777777. Windows color (decimal): -8692232 or 16276859. OLE color: 16276859.

HSL color Cylindrical-coordinate representation of color #7B5DF8: hue angle of 251.61º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5DF8 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 93 248 -
CMYK 0.50 0.62 0 0.03
HSL 251.61º 0.92% 0.67% -
HSV(B) 251.61º 0.63% 0.97% -
XYZ 29.03 18.82 90.91 -
YUV 119.64 200.44 130.4 -
System Red Green Blue C M Y K H S L
Decimal 123 93 248 0.50 0.62 0 0.03 251.61 0.92 0.67
Hex 7B 5D F8 32 3E 0 3 FC 5C 43
Octal 173 135 370 62 76 0 3 374 134 103
Binary 1111011 1011101 11111000 110010 111110 0 11 11111100 1011100 1000011

Color Harmonies of #7B5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5DF8

Black with #7B5DF8

Text Example


Text Example

White with #7B5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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