#7652CD

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

Shades of Slate Blue #7652CD

Tints of Slate Blue #7652CD

Color information

#7652CD (or 0x7652CD) is unknown color: approx Slate Blue. HEX triplet: 76, 52 and CD. RGB value is (118,82,205). Sum of RGB (Red+Green+Blue) = 118+82+205=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #7652CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652CD is #89AD32. Grayscale: #6A6A6A. Windows color (decimal): -9022771 or 13455990. OLE color: 13455990.

HSL color Cylindrical-coordinate representation of color #7652CD: hue angle of 257.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7652CD is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11882205-
CMYK0.420.600.20
HSL257.56º55.16%56.27%-
HSV(B)257.56º60%80.39%-
XYZ21.5114.2959.38-
YUV106.79183.43136-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 82 (32.42% from 255) = 20.25%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=29.14%
G=20.25%
B=50.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118822050.420.600.20257.5655.1656.27
Hex7652CD2A3C0141023738
Octal16612231552740244026770
Binary1110110101001011001101101010111100010100100000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7652CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7652CD; }

 p { color: rgb(118,82,205); }

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

<style>
 a { background-color: #7652CD; }

 a { background-color: rgb(118,82,205); }

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

<style>
 span { border-color: #7652CD; }

 span { border-color: rgb(118,82,205); }

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