#724ecb

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

Shades of Slate Blue #724ECB

Tints of Slate Blue #724ECB

Color information

#724ECB (or 0x724ECB) is unknown color: approx Slate Blue. HEX triplet: 72, 4E and CB. RGB value is (114,78,203). Sum of RGB (Red+Green+Blue) = 114+78+203=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #724ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #724ECB is #8DB134. Grayscale: #666666. Windows color (decimal): -9285941 or 13323890. OLE color: 13323890.

HSL color Cylindrical-coordinate representation of color #724ECB: hue angle of 257.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #724ECB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11478203-
CMYK0.440.6200.20
HSL257.28º54.59%55.1%-
HSV(B)257.28º61.58%79.61%-
XYZ20.4413.3458-
YUV103.01184.43135.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=28.86%
G=19.75%
B=51.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114782030.440.6200.20257.2854.5955.1
Hex724ECB2C3E0141013737
Octal16211631354760244016767
Binary1110010100111011001011101100111110010100100000001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724ecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724ecb; }

 p { color: rgb(114,78,203); }

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

<style>
 a { background-color: #724ecb; }

 a { background-color: rgb(114,78,203); }

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

<style>
 span { border-color: #724ecb; }

 span { border-color: rgb(114,78,203); }

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