Html Css Color HEX #714ACE Slate Blue

📋 copy color: '#714ACE'

red 113 ◦ green 74 ◦ blue 206

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

Shades of Slate Blue #714ACE

Tints of Slate Blue #714ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

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

R = 28.75%
G = 18.83%
B = 52.42%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#714ACE (or 0x714ACE) is known color: Slate Blue. HEX triplet: 71, 4A and CE. RGB value is (113,74,206). Sum of RGB (Red+Green+Blue) = 113+74+206=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #714ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #714ACE is #8EB531. Grayscale: #646464. Windows color (decimal): -9352498 or 13519473. OLE color: 13519473.

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

Color convert

RGB 113 74 206 -
CMYK 0.45 0.64 0 0.19
HSL 257.73º 0.57% 0.55% -
HSV(B) 257.73º 0.64% 0.81% -
XYZ 20.4 12.86 59.8 -
YUV 100.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 113 74 206 0.45 0.64 0 0.19 257.73 0.57 0.55
Hex 71 4A CE 2D 40 0 13 102 39 37
Octal 161 112 316 55 100 0 23 402 71 67
Binary 1110001 1001010 11001110 101101 1000000 0 10011 100000010 111001 110111

Color Harmonies of #714ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714ACE

Black with #714ACE

Text Example


Text Example

White with #714ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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