Html Css Color HEX #716DC9 Slate Blue

📋 copy color: '#716DC9'

red 113 ◦ green 109 ◦ blue 201

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

Shades of Slate Blue #716DC9

Tints of Slate Blue #716DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 26.71%
G = 25.77%
B = 47.52%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#716DC9 (or 0x716DC9) is known color: Slate Blue. HEX triplet: 71, 6D and C9. RGB value is (113,109,201). Sum of RGB (Red+Green+Blue) = 113+109+201=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #716DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716DC9 is #8E9236. Grayscale: #787878. Windows color (decimal): -9343543 or 13200753. OLE color: 13200753.

HSL color Cylindrical-coordinate representation of color #716DC9: hue angle of 242.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #716DC9 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 109 201 -
CMYK 0.44 0.46 0 0.21
HSL 242.61º 0.46% 0.61% -
HSV(B) 242.61º 0.46% 0.79% -
XYZ 22.82 18.67 57.66 -
YUV 120.68 173.33 122.52 -
System Red Green Blue C M Y K H S L
Decimal 113 109 201 0.44 0.46 0 0.21 242.61 0.46 0.61
Hex 71 6D C9 2C 2E 0 15 F3 2E 3D
Octal 161 155 311 54 56 0 25 363 56 75
Binary 1110001 1101101 11001001 101100 101110 0 10101 11110011 101110 111101

Color Harmonies of #716DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716DC9

Black with #716DC9

Text Example


Text Example

White with #716DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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