#7B55CC

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

Shades of Slate Blue #7B55CC

Tints of Slate Blue #7B55CC

Color information

#7B55CC (or 0x7B55CC) is unknown color: approx Slate Blue. HEX triplet: 7B, 55 and CC. RGB value is (123,85,204). Sum of RGB (Red+Green+Blue) = 123+85+204=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B55CC is #84AA33. Grayscale: #6D6D6D. Windows color (decimal): -8694324 or 13391227. OLE color: 13391227.

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

Color convert

RGB12385204-
CMYK0.400.5800.2
HSL259.16º53.85%56.67%-
HSV(B)259.16º58.33%80%-
XYZ22.3215.0758.86-
YUV109.93181.09137.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.85%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=29.85%
G=20.63%
B=49.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123852040.400.5800.2259.1653.8556.67
Hex7B55CC283A0141033639
Octal17312531450720244036671
Binary1111011101010111001100101000111010010100100000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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