Html Css Color HEX #725DDD Slate Blue

📋 copy color: '#725DDD'

red 114 ◦ green 93 ◦ blue 221

#725DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #725DDD

Tints of Slate Blue #725DDD

RGB

 RED value IS 114 (44.92% from 255) = 26.64%

 GREEN value IS 93 (36.72% from 255) = 21.73%

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 26.64%
G = 21.73%
B = 51.64%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#725DDD (or 0x725DDD) is known color: Slate Blue. HEX triplet: 72, 5D and DD. RGB value is (114,93,221). Sum of RGB (Red+Green+Blue) = 114+93+221=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #725DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DDD is #8DA222. Grayscale: #717171. Windows color (decimal): -9282083 or 14507378. OLE color: 14507378.

HSL color Cylindrical-coordinate representation of color #725DDD: hue angle of 249.84º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725DDD is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 93 221 -
CMYK 0.48 0.58 0 0.13
HSL 249.84º 0.65% 0.62% -
HSV(B) 249.84º 0.58% 0.87% -
XYZ 23.9 16.63 70.36 -
YUV 113.87 188.46 128.09 -
System Red Green Blue C M Y K H S L
Decimal 114 93 221 0.48 0.58 0 0.13 249.84 0.65 0.62
Hex 72 5D DD 30 3A 0 D FA 41 3E
Octal 162 135 335 60 72 0 15 372 101 76
Binary 1110010 1011101 11011101 110000 111010 0 1101 11111010 1000001 111110

Color Harmonies of #725DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DDD

Black with #725DDD

Text Example


Text Example

White with #725DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,93,221); }

 H1.HeaderClassName
 {
   color: #725DDD;
 }
 .AnyTagClassName
 {
   color: #725DDD;
 }
</style>

background-color css

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

 a { background-color: rgb(114,93,221); }

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

border-color css

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

 span { border-color: rgb(114,93,221); }

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