Html Css Color HEX #725ADE Slate Blue

📋 copy color: '#725ADE'

red 114 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #725ADE

Tints of Slate Blue #725ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.11%

R = 26.76%
G = 21.13%
B = 52.11%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#725ADE (or 0x725ADE) is known color: Slate Blue. HEX triplet: 72, 5A and DE. RGB value is (114,90,222). Sum of RGB (Red+Green+Blue) = 114+90+222=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #725ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ADE is #8DA521. Grayscale: #6F6F6F. Windows color (decimal): -9282850 or 14572146. OLE color: 14572146.

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

Color convert

RGB 114 90 222 -
CMYK 0.49 0.59 0 0.13
HSL 250.91º 0.67% 0.61% -
HSV(B) 250.91º 0.59% 0.87% -
XYZ 23.78 16.16 70.97 -
YUV 112.22 189.95 129.27 -
System Red Green Blue C M Y K H S L
Decimal 114 90 222 0.49 0.59 0 0.13 250.91 0.67 0.61
Hex 72 5A DE 31 3B 0 D FB 43 3D
Octal 162 132 336 61 73 0 15 373 103 75
Binary 1110010 1011010 11011110 110001 111011 0 1101 11111011 1000011 111101

Color Harmonies of #725ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ADE

Black with #725ADE

Text Example


Text Example

White with #725ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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