#7645CC

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

Shades of Slate Blue #7645CC

Tints of Slate Blue #7645CC

Color information

#7645CC (or 0x7645CC) is unknown color: approx Slate Blue. HEX triplet: 76, 45 and CC. RGB value is (118,69,204). Sum of RGB (Red+Green+Blue) = 118+69+204=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #7645CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645CC is #89BA33. Grayscale: #626262. Windows color (decimal): -9026100 or 13387126. OLE color: 13387126.

HSL color Cylindrical-coordinate representation of color #7645CC: hue angle of 261.78º 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 #7645CC is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11869204-
CMYK0.420.6600.2
HSL261.78º56.96%53.53%-
HSV(B)261.78º66.18%80%-
XYZ20.512.4758.45-
YUV99.04187.23141.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 69 (27.34% from 255) = 17.65%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=30.18%
G=17.65%
B=52.17%

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
Decimal118692040.420.6600.2261.7856.9653.53
Hex7645CC2A420141063936
Octal166105314521020244067166
Binary11101101000101110011001010101000010010100100000110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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