#7B52C9

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

Shades of Slate Blue #7B52C9

Tints of Slate Blue #7B52C9

Color information

#7B52C9 (or 0x7B52C9) is unknown color: approx Slate Blue. HEX triplet: 7B, 52 and C9. RGB value is (123,82,201). Sum of RGB (Red+Green+Blue) = 123+82+201=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B52C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B52C9 is #84AD36. Grayscale: #6B6B6B. Windows color (decimal): -8695095 or 13193851. OLE color: 13193851.

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

Color convert

RGB12382201-
CMYK0.390.5900.21
HSL260.67º52.42%55.49%-
HSV(B)260.67º59.2%78.82%-
XYZ21.7314.4656.9-
YUV107.82180.58138.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.30%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 201 (78.91% from 255) = 49.51%
R=30.30%
G=20.20%
B=49.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123822010.390.5900.21260.6752.4255.49
Hex7B52C9273B0151053437
Octal17312231147730254056467
Binary1111011101001011001001100111111011010101100000101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,82,201); }

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

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

 a { background-color: rgb(123,82,201); }

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

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

 span { border-color: rgb(123,82,201); }

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