Html Css Color HEX #716CD8 Slate Blue

📋 copy color: '#716CD8'

red 113 ◦ green 108 ◦ blue 216

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

Shades of Slate Blue #716CD8

Tints of Slate Blue #716CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

 BLUE value IS 216 (84.77% from 255) = 49.43%

R = 25.86%
G = 24.71%
B = 49.43%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#716CD8 (or 0x716CD8) is known color: Slate Blue. HEX triplet: 71, 6C and D8. RGB value is (113,108,216). Sum of RGB (Red+Green+Blue) = 113+108+216=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #716CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CD8 is #8E9327. Grayscale: #797979. Windows color (decimal): -9343784 or 14183537. OLE color: 14183537.

HSL color Cylindrical-coordinate representation of color #716CD8: hue angle of 242.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716CD8 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 108 216 -
CMYK 0.48 0.50 0 0.15
HSL 242.78º 0.58% 0.64% -
HSV(B) 242.78º 0.5% 0.85% -
XYZ 24.57 19.19 67.38 -
YUV 121.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 113 108 216 0.48 0.50 0 0.15 242.78 0.58 0.64
Hex 71 6C D8 30 32 0 F F3 3A 40
Octal 161 154 330 60 62 0 17 363 72 100
Binary 1110001 1101100 11011000 110000 110010 0 1111 11110011 111010 1000000

Color Harmonies of #716CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716CD8

Black with #716CD8

Text Example


Text Example

White with #716CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,108,216); }

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

background-color css

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

 a { background-color: rgb(113,108,216); }

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

border-color css

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

 span { border-color: rgb(113,108,216); }

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