Html Css Color HEX #716DCE Slate Blue

📋 copy color: '#716DCE'

red 113 ◦ green 109 ◦ blue 206

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

Shades of Slate Blue #716DCE

Tints of Slate Blue #716DCE

RGB

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

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

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

R = 26.4%
G = 25.47%
B = 48.13%

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

#716DCE (or 0x716DCE) is known color: Slate Blue. HEX triplet: 71, 6D and CE. RGB value is (113,109,206). Sum of RGB (Red+Green+Blue) = 113+109+206=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #716DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DCE is #8E9231. Grayscale: #787878. Windows color (decimal): -9343538 or 13528433. OLE color: 13528433.

HSL color Cylindrical-coordinate representation of color #716DCE: hue angle of 242.47º degrees, saturation: 0.5, 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 #716DCE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 109 206 -
CMYK 0.45 0.47 0 0.19
HSL 242.47º 0.5% 0.62% -
HSV(B) 242.47º 0.47% 0.81% -
XYZ 23.42 18.9 60.81 -
YUV 121.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 113 109 206 0.45 0.47 0 0.19 242.47 0.5 0.62
Hex 71 6D CE 2D 2F 0 13 F2 32 3E
Octal 161 155 316 55 57 0 23 362 62 76
Binary 1110001 1101101 11001110 101101 101111 0 10011 11110010 110010 111110

Color Harmonies of #716DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DCE

Black with #716DCE

Text Example


Text Example

White with #716DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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