#7B69EB

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

Shades of Medium Slate Blue #7B69EB

Tints of Medium Slate Blue #7B69EB

Color information

#7B69EB (or 0x7B69EB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 69 and EB. RGB value is (123,105,235). Sum of RGB (Red+Green+Blue) = 123+105+235=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B69EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B69EB is #849614. Grayscale: #7C7C7C. Windows color (decimal): -8689173 or 15427963. OLE color: 15427963.

HSL color Cylindrical-coordinate representation of color #7B69EB: hue angle of 248.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B69EB is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123105235-
CMYK0.480.5500.08
HSL248.31º76.47%66.67%-
HSV(B)248.31º55.32%92.16%-
XYZ28.2220.3181.03-
YUV125.2189.96126.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.57%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 235 (92.19% from 255) = 50.76%
R=26.57%
G=22.68%
B=50.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231052350.480.5500.08248.3176.4766.67
Hex7B69EB303708f84c43
Octal1731513536067010370114103
Binary1111011110100111101011110000110111010001111100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,105,235); }

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

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

 a { background-color: rgb(123,105,235); }

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

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

 span { border-color: rgb(123,105,235); }

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