#7B47CA

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

Shades of Slate Blue #7B47CA

Tints of Slate Blue #7B47CA

Color information

#7B47CA (or 0x7B47CA) is unknown color: approx Slate Blue. HEX triplet: 7B, 47 and CA. RGB value is (123,71,202). Sum of RGB (Red+Green+Blue) = 123+71+202=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B47CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B47CA is #84B835. Grayscale: #656565. Windows color (decimal): -8697910 or 13256571. OLE color: 13256571.

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

Color convert

RGB12371202-
CMYK0.390.6500.21
HSL263.82º55.27%53.53%-
HSV(B)263.82º64.85%79.22%-
XYZ21.0812.9857.27-
YUV101.48184.73143.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=31.06%
G=17.93%
B=51.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123712020.390.6500.21263.8255.2753.53
Hex7B47CA27410151083736
Octal173107312471010254106766
Binary11110111000111110010101001111000001010101100001000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B47CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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