Html Css Color HEX #7B5BF1 Medium Slate Blue

📋 copy color: '#7B5BF1'

red 123 ◦ green 91 ◦ blue 241

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

Shades of Medium Slate Blue #7B5BF1

Tints of Medium Slate Blue #7B5BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 52.97%

R = 27.03%
G = 20%
B = 52.97%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7B5BF1 (or 0x7B5BF1) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and F1. RGB value is (123,91,241). Sum of RGB (Red+Green+Blue) = 123+91+241=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #7B5BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BF1 is #84A40E. Grayscale: #757575. Windows color (decimal): -8692751 or 15817595. OLE color: 15817595.

HSL color Cylindrical-coordinate representation of color #7B5BF1: hue angle of 252.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5BF1 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 91 241 -
CMYK 0.49 0.62 0 0.05
HSL 252.8º 0.84% 0.65% -
HSV(B) 252.8º 0.62% 0.95% -
XYZ 27.79 18.04 85.24 -
YUV 117.67 197.6 131.8 -
System Red Green Blue C M Y K H S L
Decimal 123 91 241 0.49 0.62 0 0.05 252.8 0.84 0.65
Hex 7B 5B F1 31 3E 0 5 FD 54 41
Octal 173 133 361 61 76 0 5 375 124 101
Binary 1111011 1011011 11110001 110001 111110 0 101 11111101 1010100 1000001

Color Harmonies of #7B5BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BF1

Black with #7B5BF1

Text Example


Text Example

White with #7B5BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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