Html Css Color HEX #725EDB Slate Blue

📋 copy color: '#725EDB'

red 114 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #725EDB

Tints of Slate Blue #725EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 26.7%
G = 22.01%
B = 51.29%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#725EDB (or 0x725EDB) is known color: Slate Blue. HEX triplet: 72, 5E and DB. RGB value is (114,94,219). Sum of RGB (Red+Green+Blue) = 114+94+219=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #725EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725EDB is #8DA124. Grayscale: #717171. Windows color (decimal): -9281829 or 14376562. OLE color: 14376562.

HSL color Cylindrical-coordinate representation of color #725EDB: hue angle of 249.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #725EDB is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 94 219 -
CMYK 0.48 0.57 0 0.14
HSL 249.6º 0.63% 0.61% -
HSV(B) 249.6º 0.57% 0.86% -
XYZ 23.73 16.7 68.99 -
YUV 114.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 114 94 219 0.48 0.57 0 0.14 249.6 0.63 0.61
Hex 72 5E DB 30 39 0 E FA 3F 3D
Octal 162 136 333 60 71 0 16 372 77 75
Binary 1110010 1011110 11011011 110000 111001 0 1110 11111010 111111 111101

Color Harmonies of #725EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725EDB

Black with #725EDB

Text Example


Text Example

White with #725EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,94,219); }

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

background-color css

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

 a { background-color: rgb(114,94,219); }

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

border-color css

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

 span { border-color: rgb(114,94,219); }

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