Html Css Color HEX #716DCD Slate Blue

📋 copy color: '#716DCD'

red 113 ◦ green 109 ◦ blue 205

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

Shades of Slate Blue #716DCD

Tints of Slate Blue #716DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.53%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 26.46%
G = 25.53%
B = 48.01%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#716DCD (or 0x716DCD) is known color: Slate Blue. HEX triplet: 71, 6D and CD. RGB value is (113,109,205). Sum of RGB (Red+Green+Blue) = 113+109+205=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #716DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCD is #8E9232. Grayscale: #787878. Windows color (decimal): -9343539 or 13462897. OLE color: 13462897.

HSL color Cylindrical-coordinate representation of color #716DCD: hue angle of 242.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #716DCD is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 109 205 -
CMYK 0.45 0.47 0 0.20
HSL 242.5º 0.49% 0.62% -
HSV(B) 242.5º 0.47% 0.8% -
XYZ 23.3 18.86 60.17 -
YUV 121.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 113 109 205 0.45 0.47 0 0.20 242.5 0.49 0.62
Hex 71 6D CD 2D 2F 0 14 F2 31 3E
Octal 161 155 315 55 57 0 24 362 61 76
Binary 1110001 1101101 11001101 101101 101111 0 10100 11110010 110001 111110

Color Harmonies of #716DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DCD

Black with #716DCD

Text Example


Text Example

White with #716DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,109,205); }

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

background-color css

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

 a { background-color: rgb(113,109,205); }

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

border-color css

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

 span { border-color: rgb(113,109,205); }

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