#7154CD

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

Shades of Slate Blue #7154CD

Tints of Slate Blue #7154CD

Color information

#7154CD (or 0x7154CD) is unknown color: approx Slate Blue. HEX triplet: 71, 54 and CD. RGB value is (113,84,205). Sum of RGB (Red+Green+Blue) = 113+84+205=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #7154CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154CD is #8EAB32. Grayscale: #6A6A6A. Windows color (decimal): -9349939 or 13456497. OLE color: 13456497.

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

Color convert

RGB11384205-
CMYK0.450.5900.20
HSL254.38º54.75%56.67%-
HSV(B)254.38º59.02%80.39%-
XYZ2114.2659.4-
YUV106.46183.61132.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=28.11%
G=20.90%
B=51.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113842050.450.5900.20254.3854.7556.67
Hex7154CD2D3B014fe3739
Octal16112431555730243766771
Binary111000110101001100110110110111101101010011111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7154CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,84,205); }

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

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

 a { background-color: rgb(113,84,205); }

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

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

 span { border-color: rgb(113,84,205); }

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