Html Css Color HEX #704AD6 Slate Blue

📋 copy color: '#704AD6'

red 112 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #704AD6

Tints of Slate Blue #704AD6

RGB

 RED value IS 112 (44.14% from 255) = 28%

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

 BLUE value IS 214 (83.98% from 255) = 53.5%

R = 28%
G = 18.5%
B = 53.5%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#704AD6 (or 0x704AD6) is known color: Slate Blue. HEX triplet: 70, 4A and D6. RGB value is (112,74,214). Sum of RGB (Red+Green+Blue) = 112+74+214=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #704AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AD6 is #8FB529. Grayscale: #646464. Windows color (decimal): -9418026 or 14043760. OLE color: 14043760.

HSL color Cylindrical-coordinate representation of color #704AD6: hue angle of 256.29º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704AD6 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 74 214 -
CMYK 0.48 0.65 0 0.16
HSL 256.29º 0.63% 0.56% -
HSV(B) 256.29º 0.65% 0.84% -
XYZ 21.27 13.2 65.04 -
YUV 101.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 112 74 214 0.48 0.65 0 0.16 256.29 0.63 0.56
Hex 70 4A D6 30 41 0 10 100 3F 38
Octal 160 112 326 60 101 0 20 400 77 70
Binary 1110000 1001010 11010110 110000 1000001 0 10000 100000000 111111 111000

Color Harmonies of #704AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AD6

Black with #704AD6

Text Example


Text Example

White with #704AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704AD6; }

 p { color: rgb(112,74,214); }

 H1.HeaderClassName
 {
   color: #704AD6;
 }
 .AnyTagClassName
 {
   color: #704AD6;
 }
</style>

background-color css

<style>
 a { background-color: #704AD6; }

 a { background-color: rgb(112,74,214); }

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

border-color css

<style>
 span { border-color: #704AD6; }

 span { border-color: rgb(112,74,214); }

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