#7465C6

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

Shades of Slate Blue #7465C6

Tints of Slate Blue #7465C6

Color information

#7465C6 (or 0x7465C6) is unknown color: approx Slate Blue. HEX triplet: 74, 65 and C6. RGB value is (116,101,198). Sum of RGB (Red+Green+Blue) = 116+101+198=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #7465C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7465C6 is #8B9A39. Grayscale: #747474. Windows color (decimal): -9148986 or 13002100. OLE color: 13002100.

HSL color Cylindrical-coordinate representation of color #7465C6: hue angle of 249.28º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7465C6 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116101198-
CMYK0.410.4900.22
HSL249.28º45.97%58.63%-
HSV(B)249.28º48.99%77.65%-
XYZ22.0517.155.56-
YUV116.54173.97127.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 198 (77.73% from 255) = 47.71%
R=27.95%
G=24.34%
B=47.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161011980.410.4900.22249.2845.9758.63
Hex7465C62931016f92e3b
Octal16414530651610263715673
Binary111010011001011100011010100111000101011011111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7465C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7465C6; }

 p { color: rgb(116,101,198); }

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

<style>
 a { background-color: #7465C6; }

 a { background-color: rgb(116,101,198); }

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

<style>
 span { border-color: #7465C6; }

 span { border-color: rgb(116,101,198); }

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