Html Css Color HEX #725DDA Slate Blue

📋 copy color: '#725DDA'

red 114 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #725DDA

Tints of Slate Blue #725DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 26.82%
G = 21.88%
B = 51.29%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#725DDA (or 0x725DDA) is known color: Slate Blue. HEX triplet: 72, 5D and DA. RGB value is (114,93,218). Sum of RGB (Red+Green+Blue) = 114+93+218=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #725DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DDA is #8DA225. Grayscale: #717171. Windows color (decimal): -9282086 or 14310770. OLE color: 14310770.

HSL color Cylindrical-coordinate representation of color #725DDA: hue angle of 250.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725DDA is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 93 218 -
CMYK 0.48 0.57 0 0.15
HSL 250.08º 0.63% 0.61% -
HSV(B) 250.08º 0.57% 0.85% -
XYZ 23.51 16.47 68.27 -
YUV 113.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 114 93 218 0.48 0.57 0 0.15 250.08 0.63 0.61
Hex 72 5D DA 30 39 0 F FA 3F 3D
Octal 162 135 332 60 71 0 17 372 77 75
Binary 1110010 1011101 11011010 110000 111001 0 1111 11111010 111111 111101

Color Harmonies of #725DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DDA

Black with #725DDA

Text Example


Text Example

White with #725DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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