Html Css Color HEX #725AD1 Slate Blue

📋 copy color: '#725AD1'

red 114 ◦ green 90 ◦ blue 209

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

Shades of Slate Blue #725AD1

Tints of Slate Blue #725AD1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 27.6%
G = 21.79%
B = 50.61%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#725AD1 (or 0x725AD1) is known color: Slate Blue. HEX triplet: 72, 5A and D1. RGB value is (114,90,209). Sum of RGB (Red+Green+Blue) = 114+90+209=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #725AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AD1 is #8DA52E. Grayscale: #6E6E6E. Windows color (decimal): -9282863 or 13720178. OLE color: 13720178.

HSL color Cylindrical-coordinate representation of color #725AD1: hue angle of 252.1º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725AD1 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 90 209 -
CMYK 0.45 0.57 0 0.18
HSL 252.1º 0.56% 0.59% -
HSV(B) 252.1º 0.57% 0.82% -
XYZ 22.1 15.49 62.15 -
YUV 110.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 114 90 209 0.45 0.57 0 0.18 252.1 0.56 0.59
Hex 72 5A D1 2D 39 0 12 FC 38 3B
Octal 162 132 321 55 71 0 22 374 70 73
Binary 1110010 1011010 11010001 101101 111001 0 10010 11111100 111000 111011

Color Harmonies of #725AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725AD1

Black with #725AD1

Text Example


Text Example

White with #725AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,209); }

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

background-color css

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

 a { background-color: rgb(114,90,209); }

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

border-color css

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

 span { border-color: rgb(114,90,209); }

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