#7B55CD

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

Shades of Slate Blue #7B55CD

Tints of Slate Blue #7B55CD

Color information

#7B55CD (or 0x7B55CD) is unknown color: approx Slate Blue. HEX triplet: 7B, 55 and CD. RGB value is (123,85,205). Sum of RGB (Red+Green+Blue) = 123+85+205=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B55CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B55CD is #84AA32. Grayscale: #6D6D6D. Windows color (decimal): -8694323 or 13456763. OLE color: 13456763.

HSL color Cylindrical-coordinate representation of color #7B55CD: hue angle of 259º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B55CD is Cyan = 0.4, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12385205-
CMYK0.40.5900.20
HSL259º54.55%56.86%-
HSV(B)259º58.54%80.39%-
XYZ22.4415.1259.49-
YUV110.04181.59137.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.78%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 205 (80.47% from 255) = 49.64%
R=29.78%
G=20.58%
B=49.64%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123852050.40.5900.2025954.5556.86
Hex7B55CD283B0141033739
Octal17312531550730244036771
Binary1111011101010111001101101000111011010100100000011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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