Html Css Color HEX #725ADD Slate Blue

📋 copy color: '#725ADD'

red 114 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #725ADD

Tints of Slate Blue #725ADD

RGB

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

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

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

R = 26.82%
G = 21.18%
B = 52%

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

#725ADD (or 0x725ADD) is known color: Slate Blue. HEX triplet: 72, 5A and DD. RGB value is (114,90,221). Sum of RGB (Red+Green+Blue) = 114+90+221=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #725ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ADD is #8DA522. Grayscale: #6F6F6F. Windows color (decimal): -9282851 or 14506610. OLE color: 14506610.

HSL color Cylindrical-coordinate representation of color #725ADD: hue angle of 250.99º 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 #725ADD is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 90 221 -
CMYK 0.48 0.59 0 0.13
HSL 250.99º 0.66% 0.61% -
HSV(B) 250.99º 0.59% 0.87% -
XYZ 23.65 16.11 70.27 -
YUV 112.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 114 90 221 0.48 0.59 0 0.13 250.99 0.66 0.61
Hex 72 5A DD 30 3B 0 D FB 42 3D
Octal 162 132 335 60 73 0 15 373 102 75
Binary 1110010 1011010 11011101 110000 111011 0 1101 11111011 1000010 111101

Color Harmonies of #725ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ADD

Black with #725ADD

Text Example


Text Example

White with #725ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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