Html Css Color HEX #725FDE Slate Blue

📋 copy color: '#725FDE'

red 114 ◦ green 95 ◦ blue 222

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

Shades of Slate Blue #725FDE

Tints of Slate Blue #725FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

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

R = 26.45%
G = 22.04%
B = 51.51%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#725FDE (or 0x725FDE) is known color: Slate Blue. HEX triplet: 72, 5F and DE. RGB value is (114,95,222). Sum of RGB (Red+Green+Blue) = 114+95+222=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #725FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FDE is #8DA021. Grayscale: #727272. Windows color (decimal): -9281570 or 14573426. OLE color: 14573426.

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

Color convert

RGB 114 95 222 -
CMYK 0.49 0.57 0 0.13
HSL 248.98º 0.66% 0.62% -
HSV(B) 248.98º 0.57% 0.87% -
XYZ 24.22 17.04 71.12 -
YUV 115.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 114 95 222 0.49 0.57 0 0.13 248.98 0.66 0.62
Hex 72 5F DE 31 39 0 D F9 42 3E
Octal 162 137 336 61 71 0 15 371 102 76
Binary 1110010 1011111 11011110 110001 111001 0 1101 11111001 1000010 111110

Color Harmonies of #725FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725FDE

Black with #725FDE

Text Example


Text Example

White with #725FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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