#7464CD

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

Shades of Slate Blue #7464CD

Tints of Slate Blue #7464CD

Color information

#7464CD (or 0x7464CD) is unknown color: approx Slate Blue. HEX triplet: 74, 64 and CD. RGB value is (116,100,205). Sum of RGB (Red+Green+Blue) = 116+100+205=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #7464CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464CD is #8B9B32. Grayscale: #747474. Windows color (decimal): -9149235 or 13460596. OLE color: 13460596.

HSL color Cylindrical-coordinate representation of color #7464CD: hue angle of 249.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7464CD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116100205-
CMYK0.430.5100.20
HSL249.14º51.22%59.8%-
HSV(B)249.14º51.22%80.39%-
XYZ22.7817.2459.88-
YUV116.75177.8127.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=27.55%
G=23.75%
B=48.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161002050.430.5100.20249.1451.2259.8
Hex7464CD2B33014f9333c
Octal16414431553630243716374
Binary111010011001001100110110101111001101010011111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7464CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7464CD; }

 p { color: rgb(116,100,205); }

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

<style>
 a { background-color: #7464CD; }

 a { background-color: rgb(116,100,205); }

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

<style>
 span { border-color: #7464CD; }

 span { border-color: rgb(116,100,205); }

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