Html Css Color HEX #725ECB Slate Blue

📋 copy color: '#725ECB'

red 114 ◦ green 94 ◦ blue 203

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

Shades of Slate Blue #725ECB

Tints of Slate Blue #725ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 27.74%
G = 22.87%
B = 49.39%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#725ECB (or 0x725ECB) is known color: Slate Blue. HEX triplet: 72, 5E and CB. RGB value is (114,94,203). Sum of RGB (Red+Green+Blue) = 114+94+203=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #725ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ECB is #8DA134. Grayscale: #6F6F6F. Windows color (decimal): -9281845 or 13327986. OLE color: 13327986.

HSL color Cylindrical-coordinate representation of color #725ECB: hue angle of 251.01º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725ECB is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 94 203 -
CMYK 0.44 0.54 0 0.20
HSL 251.01º 0.51% 0.58% -
HSV(B) 251.01º 0.54% 0.8% -
XYZ 21.72 15.89 58.42 -
YUV 112.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 114 94 203 0.44 0.54 0 0.20 251.01 0.51 0.58
Hex 72 5E CB 2C 36 0 14 FB 33 3A
Octal 162 136 313 54 66 0 24 373 63 72
Binary 1110010 1011110 11001011 101100 110110 0 10100 11111011 110011 111010

Color Harmonies of #725ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ECB

Black with #725ECB

Text Example


Text Example

White with #725ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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