Html Css Color HEX #725ECE Slate Blue

📋 copy color: '#725ECE'

red 114 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #725ECE

Tints of Slate Blue #725ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 27.54%
G = 22.71%
B = 49.76%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#725ECE (or 0x725ECE) is known color: Slate Blue. HEX triplet: 72, 5E and CE. RGB value is (114,94,206). Sum of RGB (Red+Green+Blue) = 114+94+206=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #725ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ECE is #8DA131. Grayscale: #707070. Windows color (decimal): -9281842 or 13524594. OLE color: 13524594.

HSL color Cylindrical-coordinate representation of color #725ECE: hue angle of 250.71º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725ECE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 94 206 -
CMYK 0.45 0.54 0 0.19
HSL 250.71º 0.53% 0.59% -
HSV(B) 250.71º 0.54% 0.81% -
XYZ 22.08 16.04 60.32 -
YUV 112.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 114 94 206 0.45 0.54 0 0.19 250.71 0.53 0.59
Hex 72 5E CE 2D 36 0 13 FB 35 3B
Octal 162 136 316 55 66 0 23 373 65 73
Binary 1110010 1011110 11001110 101101 110110 0 10011 11111011 110101 111011

Color Harmonies of #725ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ECE

Black with #725ECE

Text Example


Text Example

White with #725ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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