Html Css Color HEX #725ECF Slate Blue

📋 copy color: '#725ECF'

red 114 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #725ECF

Tints of Slate Blue #725ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 27.47%
G = 22.65%
B = 49.88%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#725ECF (or 0x725ECF) is known color: Slate Blue. HEX triplet: 72, 5E and CF. RGB value is (114,94,207). Sum of RGB (Red+Green+Blue) = 114+94+207=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #725ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ECF is #8DA130. Grayscale: #707070. Windows color (decimal): -9281841 or 13590130. OLE color: 13590130.

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

Color convert

RGB 114 94 207 -
CMYK 0.45 0.55 0 0.19
HSL 250.62º 0.54% 0.59% -
HSV(B) 250.62º 0.55% 0.81% -
XYZ 22.2 16.09 60.97 -
YUV 112.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 114 94 207 0.45 0.55 0 0.19 250.62 0.54 0.59
Hex 72 5E CF 2D 37 0 13 FB 36 3B
Octal 162 136 317 55 67 0 23 373 66 73
Binary 1110010 1011110 11001111 101101 110111 0 10011 11111011 110110 111011

Color Harmonies of #725ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725ECF

Black with #725ECF

Text Example


Text Example

White with #725ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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