#7645DF

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

Shades of Slate Blue #7645DF

Tints of Slate Blue #7645DF

Color information

#7645DF (or 0x7645DF) is unknown color: approx Slate Blue. HEX triplet: 76, 45 and DF. RGB value is (118,69,223). Sum of RGB (Red+Green+Blue) = 118+69+223=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #7645DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645DF is #89BA20. Grayscale: #646464. Windows color (decimal): -9026081 or 14632310. OLE color: 14632310.

HSL color Cylindrical-coordinate representation of color #7645DF: hue angle of 259.09º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7645DF is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11869223-
CMYK0.470.6900.13
HSL259.09º70.64%57.25%-
HSV(B)259.09º69.06%87.45%-
XYZ22.9213.4471.2-
YUV101.21196.73139.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 69 (27.34% from 255) = 16.83%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=28.78%
G=16.83%
B=54.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118692230.470.6900.13259.0970.6457.25
Hex7645DF2F450D1034739
Octal1661053375710501540310771
Binary11101101000101110111111011111000101011011000000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7645DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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