#7D5CD0

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

Shades of Slate Blue #7D5CD0

Tints of Slate Blue #7D5CD0

Color information

#7D5CD0 (or 0x7D5CD0) is unknown color: approx Slate Blue. HEX triplet: 7D, 5C and D0. RGB value is (125,92,208). Sum of RGB (Red+Green+Blue) = 125+92+208=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #7D5CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5CD0 is #82A32F. Grayscale: #727272. Windows color (decimal): -8561456 or 13655165. OLE color: 13655165.

HSL color Cylindrical-coordinate representation of color #7D5CD0: hue angle of 257.07º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D5CD0 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12592208-
CMYK0.400.5600.18
HSL257.07º55.24%58.82%-
HSV(B)257.07º55.77%81.57%-
XYZ23.6716.5761.62-
YUV115.09180.43135.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=29.41%
G=21.65%
B=48.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125922080.400.5600.18257.0755.2458.82
Hex7D5CD02838012101373b
Octal17513432050700224016773
Binary1111101101110011010000101000111000010010100000001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,92,208); }

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

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

 a { background-color: rgb(125,92,208); }

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

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

 span { border-color: rgb(125,92,208); }

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