#7464CA

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

Shades of Slate Blue #7464CA

Tints of Slate Blue #7464CA

Color information

#7464CA (or 0x7464CA) is unknown color: approx Slate Blue. HEX triplet: 74, 64 and CA. RGB value is (116,100,202). Sum of RGB (Red+Green+Blue) = 116+100+202=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #7464CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7464CA is #8B9B35. Grayscale: #747474. Windows color (decimal): -9149238 or 13263988. OLE color: 13263988.

HSL color Cylindrical-coordinate representation of color #7464CA: hue angle of 249.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7464CA is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116100202-
CMYK0.430.5000.21
HSL249.41º49.04%59.22%-
HSV(B)249.41º50.5%79.22%-
XYZ22.4217.0957.99-
YUV116.41176.3127.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=27.75%
G=23.92%
B=48.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161002020.430.5000.21249.4149.0459.22
Hex7464CA2B32015f9313b
Octal16414431253620253716173
Binary111010011001001100101010101111001001010111111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7464CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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