#7448CF

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

Shades of Slate Blue #7448CF

Tints of Slate Blue #7448CF

Color information

#7448CF (or 0x7448CF) is unknown color: approx Slate Blue. HEX triplet: 74, 48 and CF. RGB value is (116,72,207). Sum of RGB (Red+Green+Blue) = 116+72+207=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #7448CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448CF is #8BB730. Grayscale: #646464. Windows color (decimal): -9156401 or 13584500. OLE color: 13584500.

HSL color Cylindrical-coordinate representation of color #7448CF: hue angle of 259.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7448CF is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11672207-
CMYK0.440.6500.19
HSL259.56º58.44%54.71%-
HSV(B)259.56º65.22%81.18%-
XYZ20.7812.8560.42-
YUV100.55188.08139.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 207 (81.25% from 255) = 52.41%
R=29.37%
G=18.23%
B=52.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116722070.440.6500.19259.5658.4454.71
Hex7448CF2C410131043a37
Octal164110317541010234047267
Binary11101001001000110011111011001000001010011100000100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7448CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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