#7462CA

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

Shades of Slate Blue #7462CA

Tints of Slate Blue #7462CA

Color information

#7462CA (or 0x7462CA) is unknown color: approx Slate Blue. HEX triplet: 74, 62 and CA. RGB value is (116,98,202). Sum of RGB (Red+Green+Blue) = 116+98+202=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #7462CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462CA is #8B9D35. Grayscale: #727272. Windows color (decimal): -9149750 or 13263476. OLE color: 13263476.

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

Color convert

RGB11698202-
CMYK0.430.5100.21
HSL250.38º49.52%58.82%-
HSV(B)250.38º51.49%79.22%-
XYZ22.2316.7157.93-
YUV115.24176.96128.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 98 (38.67% from 255) = 23.56%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=27.88%
G=23.56%
B=48.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116982020.430.5100.21250.3849.5258.82
Hex7462CA2B33015fa323b
Octal16414231253630253726273
Binary111010011000101100101010101111001101010111111010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7462CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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