#7B4BEE

Color #7B4BEE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7B4BEE

Tints of Medium Slate Blue #7B4BEE

Color information

#7B4BEE (or 0x7B4BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 4B and EE. RGB value is (123,75,238). Sum of RGB (Red+Green+Blue) = 123+75+238=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B4BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BEE is #84B411. Grayscale: #6B6B6B. Windows color (decimal): -8696850 or 15616891. OLE color: 15616891.

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

Color convert

RGB12375238-
CMYK0.480.6800.07
HSL257.67º82.74%61.37%-
HSV(B)257.67º68.49%93.33%-
XYZ26.1215.4282.49-
YUV107.93201.4138.75-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.21%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 238 (93.36% from 255) = 54.59%
R=28.21%
G=17.20%
B=54.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal123752380.480.6800.07257.6782.7461.37
Hex7B4BEE304407102533d
Octal173113356601040740212375
Binary1111011100101111101110110000100010001111000000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B4BEE;
 }
 .AnyTagClassName
 {
   color: #7B4BEE;
 }
</style>
background-color css

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

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

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

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

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

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