Html Css Color HEX #714EDD Slate Blue

📋 copy color: '#714EDD'

red 113 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #714EDD

Tints of Slate Blue #714EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 27.43%
G = 18.93%
B = 53.64%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#714EDD (or 0x714EDD) is known color: Slate Blue. HEX triplet: 71, 4E and DD. RGB value is (113,78,221). Sum of RGB (Red+Green+Blue) = 113+78+221=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #714EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714EDD is #8EB122. Grayscale: #686868. Windows color (decimal): -9351459 or 14503537. OLE color: 14503537.

HSL color Cylindrical-coordinate representation of color #714EDD: hue angle of 254.69º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714EDD is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 78 221 -
CMYK 0.49 0.65 0 0.13
HSL 254.69º 0.68% 0.59% -
HSV(B) 254.69º 0.65% 0.87% -
XYZ 22.59 14.18 69.95 -
YUV 104.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 113 78 221 0.49 0.65 0 0.13 254.69 0.68 0.59
Hex 71 4E DD 31 41 0 D FF 44 3B
Octal 161 116 335 61 101 0 15 377 104 73
Binary 1110001 1001110 11011101 110001 1000001 0 1101 11111111 1000100 111011

Color Harmonies of #714EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714EDD

Black with #714EDD

Text Example


Text Example

White with #714EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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