#7B6CEE

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

Shades of Medium Slate Blue #7B6CEE

Tints of Medium Slate Blue #7B6CEE

Color information

#7B6CEE (or 0x7B6CEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6C and EE. RGB value is (123,108,238). Sum of RGB (Red+Green+Blue) = 123+108+238=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B6CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6CEE is #849311. Grayscale: #7E7E7E. Windows color (decimal): -8688402 or 15625339. OLE color: 15625339.

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

Color convert

RGB123108238-
CMYK0.480.5500.07
HSL246.92º79.27%67.84%-
HSV(B)246.92º54.62%93.33%-
XYZ28.9621.1183.44-
YUV127.3190.47124.93-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 238 (93.36% from 255) = 50.75%
R=26.23%
G=23.03%
B=50.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231082380.480.5500.07246.9279.2767.84
Hex7B6CEE303707f74f44
Octal173154356606707367117104
Binary111101111011001110111011000011011101111111011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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