Html Css Color HEX #714AD6 Slate Blue

📋 copy color: '#714AD6'

red 113 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #714AD6

Tints of Slate Blue #714AD6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

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

R = 28.18%
G = 18.45%
B = 53.37%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#714AD6 (or 0x714AD6) is known color: Slate Blue. HEX triplet: 71, 4A and D6. RGB value is (113,74,214). Sum of RGB (Red+Green+Blue) = 113+74+214=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #714AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AD6 is #8EB529. Grayscale: #656565. Windows color (decimal): -9352490 or 14043761. OLE color: 14043761.

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

Color convert

RGB 113 74 214 -
CMYK 0.47 0.65 0 0.16
HSL 256.71º 0.63% 0.56% -
HSV(B) 256.71º 0.65% 0.84% -
XYZ 21.4 13.26 65.05 -
YUV 101.62 191.42 136.12 -
System Red Green Blue C M Y K H S L
Decimal 113 74 214 0.47 0.65 0 0.16 256.71 0.63 0.56
Hex 71 4A D6 2F 41 0 10 101 3F 38
Octal 161 112 326 57 101 0 20 401 77 70
Binary 1110001 1001010 11010110 101111 1000001 0 10000 100000001 111111 111000

Color Harmonies of #714AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AD6

Black with #714AD6

Text Example


Text Example

White with #714AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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