Html Css Color HEX #7B5BF8 Medium Slate Blue

📋 copy color: '#7B5BF8'

red 123 ◦ green 91 ◦ blue 248

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

Shades of Medium Slate Blue #7B5BF8

Tints of Medium Slate Blue #7B5BF8

RGB

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

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

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

R = 26.62%
G = 19.7%
B = 53.68%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7B5BF8 (or 0x7B5BF8) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and F8. RGB value is (123,91,248). Sum of RGB (Red+Green+Blue) = 123+91+248=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B5BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BF8 is #84A407. Grayscale: #757575. Windows color (decimal): -8692744 or 16276347. OLE color: 16276347.

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

Color convert

RGB 123 91 248 -
CMYK 0.50 0.63 0 0.03
HSL 252.23º 0.92% 0.66% -
HSV(B) 252.23º 0.63% 0.97% -
XYZ 28.85 18.47 90.85 -
YUV 118.47 201.1 131.23 -
System Red Green Blue C M Y K H S L
Decimal 123 91 248 0.50 0.63 0 0.03 252.23 0.92 0.66
Hex 7B 5B F8 32 3F 0 3 FC 5C 42
Octal 173 133 370 62 77 0 3 374 134 102
Binary 1111011 1011011 11111000 110010 111111 0 11 11111100 1011100 1000010

Color Harmonies of #7B5BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BF8

Black with #7B5BF8

Text Example


Text Example

White with #7B5BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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