Html Css Color HEX #716ACE Slate Blue

📋 copy color: '#716ACE'

red 113 ◦ green 106 ◦ blue 206

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

Shades of Slate Blue #716ACE

Tints of Slate Blue #716ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.94%

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

R = 26.59%
G = 24.94%
B = 48.47%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#716ACE (or 0x716ACE) is known color: Slate Blue. HEX triplet: 71, 6A and CE. RGB value is (113,106,206). Sum of RGB (Red+Green+Blue) = 113+106+206=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #716ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ACE is #8E9531. Grayscale: #777777. Windows color (decimal): -9344306 or 13527665. OLE color: 13527665.

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

Color convert

RGB 113 106 206 -
CMYK 0.45 0.49 0 0.19
HSL 244.2º 0.51% 0.61% -
HSV(B) 244.2º 0.49% 0.81% -
XYZ 23.1 18.28 60.7 -
YUV 119.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 113 106 206 0.45 0.49 0 0.19 244.2 0.51 0.61
Hex 71 6A CE 2D 31 0 13 F4 33 3D
Octal 161 152 316 55 61 0 23 364 63 75
Binary 1110001 1101010 11001110 101101 110001 0 10011 11110100 110011 111101

Color Harmonies of #716ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ACE

Black with #716ACE

Text Example


Text Example

White with #716ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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