Html Css Color HEX #725BDD Slate Blue

📋 copy color: '#725BDD'

red 114 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #725BDD

Tints of Slate Blue #725BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 26.76%
G = 21.36%
B = 51.88%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#725BDD (or 0x725BDD) is known color: Slate Blue. HEX triplet: 72, 5B and DD. RGB value is (114,91,221). Sum of RGB (Red+Green+Blue) = 114+91+221=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #725BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BDD is #8DA422. Grayscale: #707070. Windows color (decimal): -9282595 or 14506866. OLE color: 14506866.

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

Color convert

RGB 114 91 221 -
CMYK 0.48 0.59 0 0.13
HSL 250.62º 0.66% 0.61% -
HSV(B) 250.62º 0.59% 0.87% -
XYZ 23.73 16.28 70.3 -
YUV 112.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 114 91 221 0.48 0.59 0 0.13 250.62 0.66 0.61
Hex 72 5B DD 30 3B 0 D FB 42 3D
Octal 162 133 335 60 73 0 15 373 102 75
Binary 1110010 1011011 11011101 110000 111011 0 1101 11111011 1000010 111101

Color Harmonies of #725BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725BDD

Black with #725BDD

Text Example


Text Example

White with #725BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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