Html Css Color HEX #725FDC Slate Blue

📋 copy color: '#725FDC'

red 114 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #725FDC

Tints of Slate Blue #725FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

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

R = 26.57%
G = 22.14%
B = 51.28%

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

#725FDC (or 0x725FDC) is known color: Slate Blue. HEX triplet: 72, 5F and DC. RGB value is (114,95,220). Sum of RGB (Red+Green+Blue) = 114+95+220=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #725FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FDC is #8DA023. Grayscale: #727272. Windows color (decimal): -9281572 or 14442354. OLE color: 14442354.

HSL color Cylindrical-coordinate representation of color #725FDC: hue angle of 249.12º 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 #725FDC is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 95 220 -
CMYK 0.48 0.57 0 0.14
HSL 249.12º 0.64% 0.62% -
HSV(B) 249.12º 0.57% 0.86% -
XYZ 23.95 16.93 69.72 -
YUV 114.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 114 95 220 0.48 0.57 0 0.14 249.12 0.64 0.62
Hex 72 5F DC 30 39 0 E F9 40 3E
Octal 162 137 334 60 71 0 16 371 100 76
Binary 1110010 1011111 11011100 110000 111001 0 1110 11111001 1000000 111110

Color Harmonies of #725FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FDC

Black with #725FDC

Text Example


Text Example

White with #725FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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