Html Css Color HEX #725DCD Slate Blue

📋 copy color: '#725DCD'

red 114 ◦ green 93 ◦ blue 205

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

Shades of Slate Blue #725DCD

Tints of Slate Blue #725DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.76%

R = 27.67%
G = 22.57%
B = 49.76%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#725DCD (or 0x725DCD) is known color: Slate Blue. HEX triplet: 72, 5D and CD. RGB value is (114,93,205). Sum of RGB (Red+Green+Blue) = 114+93+205=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #725DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725DCD is #8DA232. Grayscale: #6F6F6F. Windows color (decimal): -9282099 or 13458802. OLE color: 13458802.

HSL color Cylindrical-coordinate representation of color #725DCD: hue angle of 251.25º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725DCD is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 93 205 -
CMYK 0.44 0.55 0 0.20
HSL 251.25º 0.53% 0.58% -
HSV(B) 251.25º 0.55% 0.8% -
XYZ 21.87 15.81 59.66 -
YUV 112.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 114 93 205 0.44 0.55 0 0.20 251.25 0.53 0.58
Hex 72 5D CD 2C 37 0 14 FB 35 3A
Octal 162 135 315 54 67 0 24 373 65 72
Binary 1110010 1011101 11001101 101100 110111 0 10100 11111011 110101 111010

Color Harmonies of #725DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725DCD

Black with #725DCD

Text Example


Text Example

White with #725DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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