#7148CF

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

Shades of Slate Blue #7148CF

Tints of Slate Blue #7148CF

Color information

#7148CF (or 0x7148CF) is unknown color: approx Slate Blue. HEX triplet: 71, 48 and CF. RGB value is (113,72,207). Sum of RGB (Red+Green+Blue) = 113+72+207=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #7148CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7148CF is #8EB730. Grayscale: #636363. Windows color (decimal): -9353009 or 13584497. OLE color: 13584497.

HSL color Cylindrical-coordinate representation of color #7148CF: hue angle of 258.22º 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 #7148CF is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11372207-
CMYK0.450.6500.19
HSL258.22º58.44%54.71%-
HSV(B)258.22º65.22%81.18%-
XYZ20.3912.6560.4-
YUV99.65188.58137.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 72 (28.52% from 255) = 18.37%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=28.83%
G=18.37%
B=52.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal113722070.450.6500.19258.2258.4454.71
Hex7148CF2D410131023a37
Octal161110317551010234027267
Binary11100011001000110011111011011000001010011100000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7148CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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