#7b68ee

Color #7B68EE MediumSlateBlue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of MediumSlateBlue #7B68EE

Tints of MediumSlateBlue #7B68EE

Color information

#7B68EE (or 0x7B68EE) is known color: MediumSlateBlue. HEX triplet: 7B, 68 and EE. RGB value is (123,104,238). Sum of RGB (Red+Green+Blue) = 123+104+238=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B68EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B68EE is #849711. Grayscale: #7C7C7C. Windows color (decimal): -8689426 or 15624315. OLE color: 15624315.

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

Color convert

RGB123104238-
CMYK0.480.5600.07
HSL248.51º79.76%67.06%-
HSV(B)248.51º56.3%93.33%-
XYZ28.5520.2883.3-
YUV124.96191.79126.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=26.45%
G=22.37%
B=51.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231042380.480.5600.07248.5179.7667.06
Hex7B68EE303807f95043
Octal173150356607007371120103
Binary111101111010001110111011000011100001111111100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b68ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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