#7B5CCC

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

Shades of Slate Blue #7B5CCC

Tints of Slate Blue #7B5CCC

Color information

#7B5CCC (or 0x7B5CCC) is unknown color: approx Slate Blue. HEX triplet: 7B, 5C and CC. RGB value is (123,92,204). Sum of RGB (Red+Green+Blue) = 123+92+204=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CCC is #84A333. Grayscale: #717171. Windows color (decimal): -8692532 or 13393019. OLE color: 13393019.

HSL color Cylindrical-coordinate representation of color #7B5CCC: hue angle of 256.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B5CCC is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12392204-
CMYK0.400.5500.2
HSL256.61º52.34%58.04%-
HSV(B)256.61º54.9%80%-
XYZ22.8916.2259.05-
YUV114.04178.77134.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.36%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=29.36%
G=21.96%
B=48.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123922040.400.5500.2256.6152.3458.04
Hex7B5CCC2837014101343a
Octal17313431450670244016472
Binary1111011101110011001100101000110111010100100000001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,92,204); }

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

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

 a { background-color: rgb(123,92,204); }

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

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

 span { border-color: rgb(123,92,204); }

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