Html Css Color HEX #725EDC Slate Blue

📋 copy color: '#725EDC'

red 114 ◦ green 94 ◦ blue 220

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

Shades of Slate Blue #725EDC

Tints of Slate Blue #725EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 26.64%
G = 21.96%
B = 51.4%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#725EDC (or 0x725EDC) is known color: Slate Blue. HEX triplet: 72, 5E and DC. RGB value is (114,94,220). Sum of RGB (Red+Green+Blue) = 114+94+220=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #725EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EDC is #8DA123. Grayscale: #717171. Windows color (decimal): -9281828 or 14442098. OLE color: 14442098.

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

Color convert

RGB 114 94 220 -
CMYK 0.48 0.57 0 0.14
HSL 249.52º 0.64% 0.62% -
HSV(B) 249.52º 0.57% 0.86% -
XYZ 23.86 16.75 69.69 -
YUV 114.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 114 94 220 0.48 0.57 0 0.14 249.52 0.64 0.62
Hex 72 5E DC 30 39 0 E FA 40 3E
Octal 162 136 334 60 71 0 16 372 100 76
Binary 1110010 1011110 11011100 110000 111001 0 1110 11111010 1000000 111110

Color Harmonies of #725EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EDC

Black with #725EDC

Text Example


Text Example

White with #725EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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