Html Css Color HEX #716ACD Slate Blue

📋 copy color: '#716ACD'

red 113 ◦ green 106 ◦ blue 205

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

Shades of Slate Blue #716ACD

Tints of Slate Blue #716ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 26.65%
G = 25%
B = 48.35%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#716ACD (or 0x716ACD) is known color: Slate Blue. HEX triplet: 71, 6A and CD. RGB value is (113,106,205). Sum of RGB (Red+Green+Blue) = 113+106+205=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #716ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ACD is #8E9532. Grayscale: #767676. Windows color (decimal): -9344307 or 13462129. OLE color: 13462129.

HSL color Cylindrical-coordinate representation of color #716ACD: hue angle of 244.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #716ACD is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 106 205 -
CMYK 0.45 0.48 0 0.20
HSL 244.24º 0.5% 0.61% -
HSV(B) 244.24º 0.48% 0.8% -
XYZ 22.98 18.23 60.06 -
YUV 119.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 113 106 205 0.45 0.48 0 0.20 244.24 0.5 0.61
Hex 71 6A CD 2D 30 0 14 F4 32 3D
Octal 161 152 315 55 60 0 24 364 62 75
Binary 1110001 1101010 11001101 101101 110000 0 10100 11110100 110010 111101

Color Harmonies of #716ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716ACD

Black with #716ACD

Text Example


Text Example

White with #716ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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