Html Css Color HEX #714EDC Slate Blue

📋 copy color: '#714EDC'

red 113 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #714EDC

Tints of Slate Blue #714EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 27.49%
G = 18.98%
B = 53.53%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#714EDC (or 0x714EDC) is known color: Slate Blue. HEX triplet: 71, 4E and DC. RGB value is (113,78,220). Sum of RGB (Red+Green+Blue) = 113+78+220=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #714EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EDC is #8EB123. Grayscale: #686868. Windows color (decimal): -9351460 or 14438001. OLE color: 14438001.

HSL color Cylindrical-coordinate representation of color #714EDC: hue angle of 254.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714EDC is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 78 220 -
CMYK 0.49 0.65 0 0.14
HSL 254.79º 0.67% 0.58% -
HSV(B) 254.79º 0.65% 0.86% -
XYZ 22.45 14.13 69.25 -
YUV 104.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 113 78 220 0.49 0.65 0 0.14 254.79 0.67 0.58
Hex 71 4E DC 31 41 0 E FF 43 3A
Octal 161 116 334 61 101 0 16 377 103 72
Binary 1110001 1001110 11011100 110001 1000001 0 1110 11111111 1000011 111010

Color Harmonies of #714EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EDC

Black with #714EDC

Text Example


Text Example

White with #714EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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