Html Css Color HEX #716BCF Slate Blue

📋 copy color: '#716BCF'

red 113 ◦ green 107 ◦ blue 207

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

Shades of Slate Blue #716BCF

Tints of Slate Blue #716BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 26.46%
G = 25.06%
B = 48.48%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#716BCF (or 0x716BCF) is known color: Slate Blue. HEX triplet: 71, 6B and CF. RGB value is (113,107,207). Sum of RGB (Red+Green+Blue) = 113+107+207=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #716BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BCF is #8E9430. Grayscale: #777777. Windows color (decimal): -9344049 or 13593457. OLE color: 13593457.

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

Color convert

RGB 113 107 207 -
CMYK 0.45 0.48 0 0.19
HSL 243.6º 0.51% 0.62% -
HSV(B) 243.6º 0.48% 0.81% -
XYZ 23.33 18.53 61.38 -
YUV 120.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 113 107 207 0.45 0.48 0 0.19 243.6 0.51 0.62
Hex 71 6B CF 2D 30 0 13 F4 33 3E
Octal 161 153 317 55 60 0 23 364 63 76
Binary 1110001 1101011 11001111 101101 110000 0 10011 11110100 110011 111110

Color Harmonies of #716BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BCF

Black with #716BCF

Text Example


Text Example

White with #716BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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