#7B50D4

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

Shades of Slate Blue #7B50D4

Tints of Slate Blue #7B50D4

Color information

#7B50D4 (or 0x7B50D4) is unknown color: approx Slate Blue. HEX triplet: 7B, 50 and D4. RGB value is (123,80,212). Sum of RGB (Red+Green+Blue) = 123+80+212=415 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.64% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #7B50D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B50D4 is #84AF2B. Grayscale: #6B6B6B. Windows color (decimal): -8695596 or 13914235. OLE color: 13914235.

HSL color Cylindrical-coordinate representation of color #7B50D4: hue angle of 259.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B50D4 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12380212-
CMYK0.420.6200.17
HSL259.55º60.55%57.25%-
HSV(B)259.55º62.26%83.14%-
XYZ22.9214.763.92-
YUV107.9186.75138.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.64%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 212 (83.20% from 255) = 51.08%
R=29.64%
G=19.28%
B=51.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal123802120.420.6200.17259.5560.5557.25
Hex7B50D42A3E0111043d39
Octal17312032452760214047571
Binary1111011101000011010100101010111110010001100000100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B50D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,80,212); }

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

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

 a { background-color: rgb(123,80,212); }

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

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

 span { border-color: rgb(123,80,212); }

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