Html Css Color HEX #725CDC Slate Blue

📋 copy color: '#725CDC'

red 114 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #725CDC

Tints of Slate Blue #725CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

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

R = 26.76%
G = 21.6%
B = 51.64%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#725CDC (or 0x725CDC) is known color: Slate Blue. HEX triplet: 72, 5C and DC. RGB value is (114,92,220). Sum of RGB (Red+Green+Blue) = 114+92+220=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #725CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDC is #8DA323. Grayscale: #707070. Windows color (decimal): -9282340 or 14441586. OLE color: 14441586.

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

Color convert

RGB 114 92 220 -
CMYK 0.48 0.58 0 0.14
HSL 250.31º 0.65% 0.61% -
HSV(B) 250.31º 0.58% 0.86% -
XYZ 23.68 16.4 69.63 -
YUV 113.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 114 92 220 0.48 0.58 0 0.14 250.31 0.65 0.61
Hex 72 5C DC 30 3A 0 E FA 41 3D
Octal 162 134 334 60 72 0 16 372 101 75
Binary 1110010 1011100 11011100 110000 111010 0 1110 11111010 1000001 111101

Color Harmonies of #725CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725CDC

Black with #725CDC

Text Example


Text Example

White with #725CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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