Html Css Color HEX #725ECC Slate Blue

📋 copy color: '#725ECC'

red 114 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #725ECC

Tints of Slate Blue #725ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 27.67%
G = 22.82%
B = 49.51%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#725ECC (or 0x725ECC) is known color: Slate Blue. HEX triplet: 72, 5E and CC. RGB value is (114,94,204). Sum of RGB (Red+Green+Blue) = 114+94+204=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #725ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ECC is #8DA133. Grayscale: #707070. Windows color (decimal): -9281844 or 13393522. OLE color: 13393522.

HSL color Cylindrical-coordinate representation of color #725ECC: hue angle of 250.91º degrees, saturation: 0.52, 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 #725ECC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 94 204 -
CMYK 0.44 0.54 0 0.2
HSL 250.91º 0.52% 0.58% -
HSV(B) 250.91º 0.54% 0.8% -
XYZ 21.84 15.94 59.05 -
YUV 112.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 114 94 204 0.44 0.54 0 0.2 250.91 0.52 0.58
Hex 72 5E CC 2C 36 0 14 FB 34 3A
Octal 162 136 314 54 66 0 24 373 64 72
Binary 1110010 1011110 11001100 101100 110110 0 10100 11111011 110100 111010

Color Harmonies of #725ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ECC

Black with #725ECC

Text Example


Text Example

White with #725ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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