#7B51CA

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

Shades of Slate Blue #7B51CA

Tints of Slate Blue #7B51CA

Color information

#7B51CA (or 0x7B51CA) is unknown color: approx Slate Blue. HEX triplet: 7B, 51 and CA. RGB value is (123,81,202). Sum of RGB (Red+Green+Blue) = 123+81+202=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B51CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B51CA is #84AE35. Grayscale: #6A6A6A. Windows color (decimal): -8695350 or 13259131. OLE color: 13259131.

HSL color Cylindrical-coordinate representation of color #7B51CA: hue angle of 260.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B51CA is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12381202-
CMYK0.390.6000.21
HSL260.83º53.3%55.49%-
HSV(B)260.83º59.9%79.22%-
XYZ21.7714.3657.5-
YUV107.35181.41139.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=30.30%
G=19.95%
B=49.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123812020.390.6000.21260.8353.355.49
Hex7B51CA273C0151053537
Octal17312131247740254056567
Binary1111011101000111001010100111111100010101100000101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,81,202); }

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

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

 a { background-color: rgb(123,81,202); }

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

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

 span { border-color: rgb(123,81,202); }

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