#7467CA

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

Shades of Slate Blue #7467CA

Tints of Slate Blue #7467CA

Color information

#7467CA (or 0x7467CA) is unknown color: approx Slate Blue. HEX triplet: 74, 67 and CA. RGB value is (116,103,202). Sum of RGB (Red+Green+Blue) = 116+103+202=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7467CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467CA is #8B9835. Grayscale: #757575. Windows color (decimal): -9148470 or 13264756. OLE color: 13264756.

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

Color convert

RGB116103202-
CMYK0.430.4900.21
HSL247.88º48.29%59.8%-
HSV(B)247.88º49.01%79.22%-
XYZ22.7117.6858.09-
YUV118.17175.31126.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=27.55%
G=24.47%
B=47.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161032020.430.4900.21247.8848.2959.8
Hex7467CA2B31015f8303c
Octal16414731253610253706074
Binary111010011001111100101010101111000101010111111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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