#7753CE

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

Shades of Slate Blue #7753CE

Tints of Slate Blue #7753CE

Color information

#7753CE (or 0x7753CE) is unknown color: approx Slate Blue. HEX triplet: 77, 53 and CE. RGB value is (119,83,206). Sum of RGB (Red+Green+Blue) = 119+83+206=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #7753CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753CE is #88AC31. Grayscale: #6B6B6B. Windows color (decimal): -8956978 or 13521783. OLE color: 13521783.

HSL color Cylindrical-coordinate representation of color #7753CE: hue angle of 257.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7753CE is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11983206-
CMYK0.420.6000.19
HSL257.56º55.66%56.67%-
HSV(B)257.56º59.71%80.78%-
XYZ21.8414.5660.05-
YUV107.79183.43136-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 83 (32.81% from 255) = 20.34%
BLUE value IS 206 (80.86% from 255) = 50.49%
R=29.17%
G=20.34%
B=50.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal119832060.420.6000.19257.5655.6656.67
Hex7753CE2A3C0131023839
Octal16712331652740234027071
Binary1110111101001111001110101010111100010011100000010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7753CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7753CE; }

 p { color: rgb(119,83,206); }

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

<style>
 a { background-color: #7753CE; }

 a { background-color: rgb(119,83,206); }

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

<style>
 span { border-color: #7753CE; }

 span { border-color: rgb(119,83,206); }

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