Html Css Color HEX #714ECD Slate Blue

📋 copy color: '#714ECD'

red 113 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #714ECD

Tints of Slate Blue #714ECD

RGB

 RED value IS 113 (44.53% from 255) = 28.54%

 GREEN value IS 78 (30.86% from 255) = 19.7%

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 28.54%
G = 19.7%
B = 51.77%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#714ECD (or 0x714ECD) is known color: Slate Blue. HEX triplet: 71, 4E and CD. RGB value is (113,78,205). Sum of RGB (Red+Green+Blue) = 113+78+205=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #714ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ECD is #8EB132. Grayscale: #666666. Windows color (decimal): -9351475 or 13454961. OLE color: 13454961.

HSL color Cylindrical-coordinate representation of color #714ECD: hue angle of 256.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714ECD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 78 205 -
CMYK 0.45 0.62 0 0.20
HSL 256.54º 0.56% 0.55% -
HSV(B) 256.54º 0.62% 0.8% -
XYZ 20.55 13.37 59.25 -
YUV 102.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 113 78 205 0.45 0.62 0 0.20 256.54 0.56 0.55
Hex 71 4E CD 2D 3E 0 14 101 38 37
Octal 161 116 315 55 76 0 24 401 70 67
Binary 1110001 1001110 11001101 101101 111110 0 10100 100000001 111000 110111

Color Harmonies of #714ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ECD

Black with #714ECD

Text Example


Text Example

White with #714ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714ECD; }

 p { color: rgb(113,78,205); }

 H1.HeaderClassName
 {
   color: #714ECD;
 }
 .AnyTagClassName
 {
   color: #714ECD;
 }
</style>

background-color css

<style>
 a { background-color: #714ECD; }

 a { background-color: rgb(113,78,205); }

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

border-color css

<style>
 span { border-color: #714ECD; }

 span { border-color: rgb(113,78,205); }

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