Html Css Color HEX #7B5BEE Medium Slate Blue

📋 copy color: '#7B5BEE'

red 123 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #7B5BEE

Tints of Medium Slate Blue #7B5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 27.21%
G = 20.13%
B = 52.65%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B5BEE (or 0x7B5BEE) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and EE. RGB value is (123,91,238). Sum of RGB (Red+Green+Blue) = 123+91+238=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B5BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BEE is #84A411. Grayscale: #747474. Windows color (decimal): -8692754 or 15620987. OLE color: 15620987.

HSL color Cylindrical-coordinate representation of color #7B5BEE: hue angle of 253.06º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5BEE is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 91 238 -
CMYK 0.48 0.62 0 0.07
HSL 253.06º 0.81% 0.65% -
HSV(B) 253.06º 0.62% 0.93% -
XYZ 27.34 17.87 82.9 -
YUV 117.33 196.1 132.05 -
System Red Green Blue C M Y K H S L
Decimal 123 91 238 0.48 0.62 0 0.07 253.06 0.81 0.65
Hex 7B 5B EE 30 3E 0 7 FD 51 41
Octal 173 133 356 60 76 0 7 375 121 101
Binary 1111011 1011011 11101110 110000 111110 0 111 11111101 1010001 1000001

Color Harmonies of #7B5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5BEE

Black with #7B5BEE

Text Example


Text Example

White with #7B5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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