Html Css Color HEX #725FCD Slate Blue

📋 copy color: '#725FCD'

red 114 ◦ green 95 ◦ blue 205

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

Shades of Slate Blue #725FCD

Tints of Slate Blue #725FCD

RGB

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

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

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

R = 27.54%
G = 22.95%
B = 49.52%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#725FCD (or 0x725FCD) is known color: Slate Blue. HEX triplet: 72, 5F and CD. RGB value is (114,95,205). Sum of RGB (Red+Green+Blue) = 114+95+205=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #725FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FCD is #8DA032. Grayscale: #707070. Windows color (decimal): -9281587 or 13459314. OLE color: 13459314.

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

Color convert

RGB 114 95 205 -
CMYK 0.44 0.54 0 0.20
HSL 250.36º 0.52% 0.59% -
HSV(B) 250.36º 0.54% 0.8% -
XYZ 22.05 16.17 59.72 -
YUV 113.22 179.79 128.56 -
System Red Green Blue C M Y K H S L
Decimal 114 95 205 0.44 0.54 0 0.20 250.36 0.52 0.59
Hex 72 5F CD 2C 36 0 14 FA 34 3B
Octal 162 137 315 54 66 0 24 372 64 73
Binary 1110010 1011111 11001101 101100 110110 0 10100 11111010 110100 111011

Color Harmonies of #725FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FCD

Black with #725FCD

Text Example


Text Example

White with #725FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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