Html Css Color HEX #716BC9 Slate Blue

📋 copy color: '#716BC9'

red 113 ◦ green 107 ◦ blue 201

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

Shades of Slate Blue #716BC9

Tints of Slate Blue #716BC9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

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

R = 26.84%
G = 25.42%
B = 47.74%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#716BC9 (or 0x716BC9) is known color: Slate Blue. HEX triplet: 71, 6B and C9. RGB value is (113,107,201). Sum of RGB (Red+Green+Blue) = 113+107+201=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 201 - color contains mainly: blue. Hex color #716BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BC9 is #8E9436. Grayscale: #777777. Windows color (decimal): -9344055 or 13200241. OLE color: 13200241.

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

Color convert

RGB 113 107 201 -
CMYK 0.44 0.47 0 0.21
HSL 243.83º 0.47% 0.6% -
HSV(B) 243.83º 0.47% 0.79% -
XYZ 22.61 18.24 57.59 -
YUV 119.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 113 107 201 0.44 0.47 0 0.21 243.83 0.47 0.6
Hex 71 6B C9 2C 2F 0 15 F4 2F 3C
Octal 161 153 311 54 57 0 25 364 57 74
Binary 1110001 1101011 11001001 101100 101111 0 10101 11110100 101111 111100

Color Harmonies of #716BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BC9

Black with #716BC9

Text Example


Text Example

White with #716BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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