#7753C8

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

Shades of Slate Blue #7753C8

Tints of Slate Blue #7753C8

Color information

#7753C8 (or 0x7753C8) is unknown color: approx Slate Blue. HEX triplet: 77, 53 and C8. RGB value is (119,83,200). Sum of RGB (Red+Green+Blue) = 119+83+200=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #7753C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753C8 is #88AC37. Grayscale: #6A6A6A. Windows color (decimal): -8956984 or 13128567. OLE color: 13128567.

HSL color Cylindrical-coordinate representation of color #7753C8: hue angle of 258.46º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7753C8 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11983200-
CMYK0.400.5800.22
HSL258.46º51.54%55.49%-
HSV(B)258.46º58.5%78.43%-
XYZ21.1314.2856.29-
YUV107.1180.43136.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 200 (78.52% from 255) = 49.75%
R=29.60%
G=20.65%
B=49.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119832000.400.5800.22258.4651.5455.49
Hex7753C8283A0161023437
Octal16712331050720264026467
Binary1110111101001111001000101000111010010110100000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7753C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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