Html Css Color HEX #725BDC Slate Blue

📋 copy color: '#725BDC'

red 114 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #725BDC

Tints of Slate Blue #725BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 26.82%
G = 21.41%
B = 51.76%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#725BDC (or 0x725BDC) is known color: Slate Blue. HEX triplet: 72, 5B and DC. RGB value is (114,91,220). Sum of RGB (Red+Green+Blue) = 114+91+220=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #725BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BDC is #8DA423. Grayscale: #707070. Windows color (decimal): -9282596 or 14441330. OLE color: 14441330.

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

Color convert

RGB 114 91 220 -
CMYK 0.48 0.59 0 0.14
HSL 250.7º 0.65% 0.61% -
HSV(B) 250.7º 0.59% 0.86% -
XYZ 23.6 16.23 69.6 -
YUV 112.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 114 91 220 0.48 0.59 0 0.14 250.7 0.65 0.61
Hex 72 5B DC 30 3B 0 E FB 41 3D
Octal 162 133 334 60 73 0 16 373 101 75
Binary 1110010 1011011 11011100 110000 111011 0 1110 11111011 1000001 111101

Color Harmonies of #725BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BDC

Black with #725BDC

Text Example


Text Example

White with #725BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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