Html Css Color HEX #725ADF Slate Blue

📋 copy color: '#725ADF'

red 114 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #725ADF

Tints of Slate Blue #725ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 26.7%
G = 21.08%
B = 52.22%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#725ADF (or 0x725ADF) is known color: Slate Blue. HEX triplet: 72, 5A and DF. RGB value is (114,90,223). Sum of RGB (Red+Green+Blue) = 114+90+223=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #725ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ADF is #8DA520. Grayscale: #6F6F6F. Windows color (decimal): -9282849 or 14637682. OLE color: 14637682.

HSL color Cylindrical-coordinate representation of color #725ADF: hue angle of 250.83º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #725ADF is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 90 223 -
CMYK 0.49 0.60 0 0.13
HSL 250.83º 0.68% 0.61% -
HSV(B) 250.83º 0.6% 0.87% -
XYZ 23.91 16.22 71.68 -
YUV 112.34 190.45 129.19 -
System Red Green Blue C M Y K H S L
Decimal 114 90 223 0.49 0.60 0 0.13 250.83 0.68 0.61
Hex 72 5A DF 31 3C 0 D FB 44 3D
Octal 162 132 337 61 74 0 15 373 104 75
Binary 1110010 1011010 11011111 110001 111100 0 1101 11111011 1000100 111101

Color Harmonies of #725ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ADF

Black with #725ADF

Text Example


Text Example

White with #725ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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