#7154DC

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

Shades of Slate Blue #7154DC

Tints of Slate Blue #7154DC

Color information

#7154DC (or 0x7154DC) is unknown color: approx Slate Blue. HEX triplet: 71, 54 and DC. RGB value is (113,84,220). Sum of RGB (Red+Green+Blue) = 113+84+220=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #7154DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7154DC is #8EAB23. Grayscale: #6B6B6B. Windows color (decimal): -9349924 or 14439537. OLE color: 14439537.

HSL color Cylindrical-coordinate representation of color #7154DC: hue angle of 252.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7154DC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11384220-
CMYK0.490.6200.14
HSL252.79º66.02%59.61%-
HSV(B)252.79º61.82%86.27%-
XYZ22.915.0269.4-
YUV108.18191.11131.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 220 (86.33% from 255) = 52.76%
R=27.10%
G=20.14%
B=52.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal113842200.490.6200.14252.7966.0259.61
Hex7154DC313E0Efd423c
Octal161124334617601637510274
Binary111000110101001101110011000111111001110111111011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7154DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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