#7745CC

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

Shades of Slate Blue #7745CC

Tints of Slate Blue #7745CC

Color information

#7745CC (or 0x7745CC) is unknown color: approx Slate Blue. HEX triplet: 77, 45 and CC. RGB value is (119,69,204). Sum of RGB (Red+Green+Blue) = 119+69+204=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #7745CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7745CC is #88BA33. Grayscale: #626262. Windows color (decimal): -8960564 or 13387127. OLE color: 13387127.

HSL color Cylindrical-coordinate representation of color #7745CC: hue angle of 262.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7745CC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11969204-
CMYK0.420.6600.2
HSL262.22º56.96%53.53%-
HSV(B)262.22º66.18%80%-
XYZ20.6312.5458.46-
YUV99.34187.06142.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=30.36%
G=17.60%
B=52.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal119692040.420.6600.2262.2256.9653.53
Hex7745CC2A420141063936
Octal167105314521020244067166
Binary11101111000101110011001010101000010010100100000110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7745CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7745CC; }

 p { color: rgb(119,69,204); }

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

<style>
 a { background-color: #7745CC; }

 a { background-color: rgb(119,69,204); }

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

<style>
 span { border-color: #7745CC; }

 span { border-color: rgb(119,69,204); }

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