#7448CD

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

Shades of Slate Blue #7448CD

Tints of Slate Blue #7448CD

Color information

#7448CD (or 0x7448CD) is unknown color: approx Slate Blue. HEX triplet: 74, 48 and CD. RGB value is (116,72,205). Sum of RGB (Red+Green+Blue) = 116+72+205=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #7448CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448CD is #8BB732. Grayscale: #636363. Windows color (decimal): -9156403 or 13453428. OLE color: 13453428.

HSL color Cylindrical-coordinate representation of color #7448CD: hue angle of 259.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7448CD is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11672205-
CMYK0.430.6500.20
HSL259.85º57.08%54.31%-
HSV(B)259.85º64.88%80.39%-
XYZ20.5412.7659.14-
YUV100.32187.08139.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=29.52%
G=18.32%
B=52.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116722050.430.6500.20259.8557.0854.31
Hex7448CD2B410141043936
Octal164110315531010244047166
Binary11101001001000110011011010111000001010100100000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7448CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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