Html Css Color HEX #716FD4 Slate Blue

📋 copy color: '#716FD4'

red 113 ◦ green 111 ◦ blue 212

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

Shades of Slate Blue #716FD4

Tints of Slate Blue #716FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 212 (83.2% from 255) = 48.62%

R = 25.92%
G = 25.46%
B = 48.62%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#716FD4 (or 0x716FD4) is known color: Slate Blue. HEX triplet: 71, 6F and D4. RGB value is (113,111,212). Sum of RGB (Red+Green+Blue) = 113+111+212=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #716FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716FD4 is #8E902B. Grayscale: #7A7A7A. Windows color (decimal): -9343020 or 13922161. OLE color: 13922161.

HSL color Cylindrical-coordinate representation of color #716FD4: hue angle of 241.19º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716FD4 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 111 212 -
CMYK 0.47 0.48 0 0.17
HSL 241.19º 0.54% 0.63% -
HSV(B) 241.19º 0.48% 0.83% -
XYZ 24.38 19.63 64.79 -
YUV 123.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 113 111 212 0.47 0.48 0 0.17 241.19 0.54 0.63
Hex 71 6F D4 2F 30 0 11 F1 36 3F
Octal 161 157 324 57 60 0 21 361 66 77
Binary 1110001 1101111 11010100 101111 110000 0 10001 11110001 110110 111111

Color Harmonies of #716FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716FD4

Black with #716FD4

Text Example


Text Example

White with #716FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,111,212); }

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

background-color css

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

 a { background-color: rgb(113,111,212); }

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

border-color css

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

 span { border-color: rgb(113,111,212); }

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