Html Css Color HEX #714AD1 Slate Blue

📋 copy color: '#714AD1'

red 113 ◦ green 74 ◦ blue 209

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

Shades of Slate Blue #714AD1

Tints of Slate Blue #714AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.78%

R = 28.54%
G = 18.69%
B = 52.78%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#714AD1 (or 0x714AD1) is known color: Slate Blue. HEX triplet: 71, 4A and D1. RGB value is (113,74,209). Sum of RGB (Red+Green+Blue) = 113+74+209=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #714AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714AD1 is #8EB52E. Grayscale: #646464. Windows color (decimal): -9352495 or 13716081. OLE color: 13716081.

HSL color Cylindrical-coordinate representation of color #714AD1: hue angle of 257.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714AD1 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 74 209 -
CMYK 0.46 0.65 0 0.18
HSL 257.33º 0.59% 0.55% -
HSV(B) 257.33º 0.65% 0.82% -
XYZ 20.77 13.01 61.74 -
YUV 101.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 113 74 209 0.46 0.65 0 0.18 257.33 0.59 0.55
Hex 71 4A D1 2E 41 0 12 101 3B 37
Octal 161 112 321 56 101 0 22 401 73 67
Binary 1110001 1001010 11010001 101110 1000001 0 10010 100000001 111011 110111

Color Harmonies of #714AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714AD1

Black with #714AD1

Text Example


Text Example

White with #714AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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