Html Css Color HEX #716CD2 Slate Blue

📋 copy color: '#716CD2'

red 113 ◦ green 108 ◦ blue 210

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

Shades of Slate Blue #716CD2

Tints of Slate Blue #716CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.72%

R = 26.22%
G = 25.06%
B = 48.72%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#716CD2 (or 0x716CD2) is known color: Slate Blue. HEX triplet: 71, 6C and D2. RGB value is (113,108,210). Sum of RGB (Red+Green+Blue) = 113+108+210=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 210 (82.42% from 255 or 48.72% from 431); Max value from RGB is 210 - color contains mainly: blue. Hex color #716CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716CD2 is #8E932D. Grayscale: #787878. Windows color (decimal): -9343790 or 13790321. OLE color: 13790321.

HSL color Cylindrical-coordinate representation of color #716CD2: hue angle of 242.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #716CD2 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 108 210 -
CMYK 0.46 0.49 0 0.18
HSL 242.94º 0.53% 0.62% -
HSV(B) 242.94º 0.49% 0.82% -
XYZ 23.81 18.89 63.36 -
YUV 121.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 113 108 210 0.46 0.49 0 0.18 242.94 0.53 0.62
Hex 71 6C D2 2E 31 0 12 F3 35 3E
Octal 161 154 322 56 61 0 22 363 65 76
Binary 1110001 1101100 11010010 101110 110001 0 10010 11110011 110101 111110

Color Harmonies of #716CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716CD2

Black with #716CD2

Text Example


Text Example

White with #716CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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