Html Css Color HEX #716ECE Slate Blue

📋 copy color: '#716ECE'

red 113 ◦ green 110 ◦ blue 206

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

Shades of Slate Blue #716ECE

Tints of Slate Blue #716ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 26.34%
G = 25.64%
B = 48.02%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#716ECE (or 0x716ECE) is known color: Slate Blue. HEX triplet: 71, 6E and CE. RGB value is (113,110,206). Sum of RGB (Red+Green+Blue) = 113+110+206=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #716ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ECE is #8E9131. Grayscale: #797979. Windows color (decimal): -9343282 or 13528689. OLE color: 13528689.

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

Color convert

RGB 113 110 206 -
CMYK 0.45 0.47 0 0.19
HSL 241.88º 0.49% 0.62% -
HSV(B) 241.88º 0.47% 0.81% -
XYZ 23.53 19.12 60.84 -
YUV 121.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 113 110 206 0.45 0.47 0 0.19 241.88 0.49 0.62
Hex 71 6E CE 2D 2F 0 13 F2 31 3E
Octal 161 156 316 55 57 0 23 362 61 76
Binary 1110001 1101110 11001110 101101 101111 0 10011 11110010 110001 111110

Color Harmonies of #716ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ECE

Black with #716ECE

Text Example


Text Example

White with #716ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,110,206); }

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

background-color css

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

 a { background-color: rgb(113,110,206); }

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

border-color css

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

 span { border-color: rgb(113,110,206); }

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