#7448CA

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

Shades of Slate Blue #7448CA

Tints of Slate Blue #7448CA

Color information

#7448CA (or 0x7448CA) is unknown color: approx Slate Blue. HEX triplet: 74, 48 and CA. RGB value is (116,72,202). Sum of RGB (Red+Green+Blue) = 116+72+202=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #7448CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448CA is #8BB735. Grayscale: #636363. Windows color (decimal): -9156406 or 13256820. OLE color: 13256820.

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

Color convert

RGB11672202-
CMYK0.430.6400.21
HSL260.31º55.08%53.73%-
HSV(B)260.31º64.36%79.22%-
XYZ20.1812.6157.25-
YUV99.98185.58139.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=29.74%
G=18.46%
B=51.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116722020.430.6400.21260.3155.0853.73
Hex7448CA2B400151043736
Octal164110312531000254046766
Binary11101001001000110010101010111000000010101100000100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7448CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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