#726ACD

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

Shades of Slate Blue #726ACD

Tints of Slate Blue #726ACD

Color information

#726ACD (or 0x726ACD) is unknown color: approx Slate Blue. HEX triplet: 72, 6A and CD. RGB value is (114,106,205). Sum of RGB (Red+Green+Blue) = 114+106+205=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #726ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ACD is #8D9532. Grayscale: #777777. Windows color (decimal): -9278771 or 13462130. OLE color: 13462130.

HSL color Cylindrical-coordinate representation of color #726ACD: hue angle of 244.85º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726ACD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB114106205-
CMYK0.440.4800.20
HSL244.85º49.75%60.98%-
HSV(B)244.85º48.29%80.39%-
XYZ23.1118.2960.07-
YUV119.68176.15123.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=26.82%
G=24.94%
B=48.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1141062050.440.4800.20244.8549.7560.98
Hex726ACD2C30014f5323d
Octal16215231554600243656275
Binary111001011010101100110110110011000001010011110101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726ACD; }

 p { color: rgb(114,106,205); }

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

<style>
 a { background-color: #726ACD; }

 a { background-color: rgb(114,106,205); }

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

<style>
 span { border-color: #726ACD; }

 span { border-color: rgb(114,106,205); }

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