Html Css Color HEX #725EDF Slate Blue

📋 copy color: '#725EDF'

red 114 ◦ green 94 ◦ blue 223

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

Shades of Slate Blue #725EDF

Tints of Slate Blue #725EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 26.45%
G = 21.81%
B = 51.74%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#725EDF (or 0x725EDF) is known color: Slate Blue. HEX triplet: 72, 5E and DF. RGB value is (114,94,223). Sum of RGB (Red+Green+Blue) = 114+94+223=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #725EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EDF is #8DA120. Grayscale: #727272. Windows color (decimal): -9281825 or 14638706. OLE color: 14638706.

HSL color Cylindrical-coordinate representation of color #725EDF: hue angle of 249.3º degrees, saturation: 0.67, 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 #725EDF is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 94 223 -
CMYK 0.49 0.58 0 0.13
HSL 249.3º 0.67% 0.62% -
HSV(B) 249.3º 0.58% 0.87% -
XYZ 24.26 16.91 71.8 -
YUV 114.69 189.13 127.51 -
System Red Green Blue C M Y K H S L
Decimal 114 94 223 0.49 0.58 0 0.13 249.3 0.67 0.62
Hex 72 5E DF 31 3A 0 D F9 43 3E
Octal 162 136 337 61 72 0 15 371 103 76
Binary 1110010 1011110 11011111 110001 111010 0 1101 11111001 1000011 111110

Color Harmonies of #725EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EDF

Black with #725EDF

Text Example


Text Example

White with #725EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,223); }

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

background-color css

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

 a { background-color: rgb(114,94,223); }

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

border-color css

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

 span { border-color: rgb(114,94,223); }

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