#725CDB

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

Shades of Slate Blue #725CDB

Tints of Slate Blue #725CDB

Color information

#725CDB (or 0x725CDB) is unknown color: approx Slate Blue. HEX triplet: 72, 5C and DB. RGB value is (114,92,219). Sum of RGB (Red+Green+Blue) = 114+92+219=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #725CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDB is #8DA324. Grayscale: #707070. Windows color (decimal): -9282341 or 14376050. OLE color: 14376050.

HSL color Cylindrical-coordinate representation of color #725CDB: hue angle of 250.39º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725CDB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11492219-
CMYK0.480.5800.14
HSL250.39º63.82%60.98%-
HSV(B)250.39º57.99%85.88%-
XYZ23.5516.3568.93-
YUV113.06187.79128.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 219 (85.94% from 255) = 51.53%
R=26.82%
G=21.65%
B=51.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal114922190.480.5800.14250.3963.8260.98
Hex725CDB303A0Efa403d
Octal162134333607201637210075
Binary111001010111001101101111000011101001110111110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725CDB; }

 p { color: rgb(114,92,219); }

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

<style>
 a { background-color: #725CDB; }

 a { background-color: rgb(114,92,219); }

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

<style>
 span { border-color: #725CDB; }

 span { border-color: rgb(114,92,219); }

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