Html Css Color HEX #716AD1 Slate Blue

📋 copy color: '#716AD1'

red 113 ◦ green 106 ◦ blue 209

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

Shades of Slate Blue #716AD1

Tints of Slate Blue #716AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.77%

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

R = 26.4%
G = 24.77%
B = 48.83%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#716AD1 (or 0x716AD1) is known color: Slate Blue. HEX triplet: 71, 6A and D1. RGB value is (113,106,209). Sum of RGB (Red+Green+Blue) = 113+106+209=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #716AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AD1 is #8E952E. Grayscale: #777777. Windows color (decimal): -9344303 or 13724273. OLE color: 13724273.

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

Color convert

RGB 113 106 209 -
CMYK 0.46 0.49 0 0.18
HSL 244.08º 0.53% 0.62% -
HSV(B) 244.08º 0.49% 0.82% -
XYZ 23.47 18.42 62.64 -
YUV 119.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 113 106 209 0.46 0.49 0 0.18 244.08 0.53 0.62
Hex 71 6A D1 2E 31 0 12 F4 35 3E
Octal 161 152 321 56 61 0 22 364 65 76
Binary 1110001 1101010 11010001 101110 110001 0 10010 11110100 110101 111110

Color Harmonies of #716AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AD1

Black with #716AD1

Text Example


Text Example

White with #716AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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