Html Css Color HEX #714ED3 Slate Blue

📋 copy color: '#714ED3'

red 113 ◦ green 78 ◦ blue 211

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

Shades of Slate Blue #714ED3

Tints of Slate Blue #714ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.49%

R = 28.11%
G = 19.4%
B = 52.49%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#714ED3 (or 0x714ED3) is known color: Slate Blue. HEX triplet: 71, 4E and D3. RGB value is (113,78,211). Sum of RGB (Red+Green+Blue) = 113+78+211=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 211 (82.81% from 255 or 52.49% from 402); Max value from RGB is 211 - color contains mainly: blue. Hex color #714ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714ED3 is #8EB12C. Grayscale: #676767. Windows color (decimal): -9351469 or 13848177. OLE color: 13848177.

HSL color Cylindrical-coordinate representation of color #714ED3: hue angle of 255.79º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #714ED3 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 78 211 -
CMYK 0.46 0.63 0 0.17
HSL 255.79º 0.6% 0.57% -
HSV(B) 255.79º 0.63% 0.83% -
XYZ 21.29 13.66 63.14 -
YUV 103.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 113 78 211 0.46 0.63 0 0.17 255.79 0.6 0.57
Hex 71 4E D3 2E 3F 0 11 100 3C 39
Octal 161 116 323 56 77 0 21 400 74 71
Binary 1110001 1001110 11010011 101110 111111 0 10001 100000000 111100 111001

Color Harmonies of #714ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ED3

Black with #714ED3

Text Example


Text Example

White with #714ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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