Html Css Color HEX #714DD6 Slate Blue

📋 copy color: '#714DD6'

red 113 ◦ green 77 ◦ blue 214

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

Shades of Slate Blue #714DD6

Tints of Slate Blue #714DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

 BLUE value IS 214 (83.98% from 255) = 52.97%

R = 27.97%
G = 19.06%
B = 52.97%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#714DD6 (or 0x714DD6) is known color: Slate Blue. HEX triplet: 71, 4D and D6. RGB value is (113,77,214). Sum of RGB (Red+Green+Blue) = 113+77+214=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #714DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #714DD6 is #8EB229. Grayscale: #666666. Windows color (decimal): -9351722 or 14044529. OLE color: 14044529.

HSL color Cylindrical-coordinate representation of color #714DD6: hue angle of 255.77º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714DD6 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 77 214 -
CMYK 0.47 0.64 0 0.16
HSL 255.77º 0.63% 0.57% -
HSV(B) 255.77º 0.64% 0.84% -
XYZ 21.6 13.67 65.12 -
YUV 103.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 113 77 214 0.47 0.64 0 0.16 255.77 0.63 0.57
Hex 71 4D D6 2F 40 0 10 100 3F 39
Octal 161 115 326 57 100 0 20 400 77 71
Binary 1110001 1001101 11010110 101111 1000000 0 10000 100000000 111111 111001

Color Harmonies of #714DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714DD6

Black with #714DD6

Text Example


Text Example

White with #714DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,77,214); }

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

background-color css

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

 a { background-color: rgb(113,77,214); }

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

border-color css

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

 span { border-color: rgb(113,77,214); }

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