Html Css Color HEX #704AD1 Slate Blue

📋 copy color: '#704AD1'

red 112 ◦ green 74 ◦ blue 209

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

Shades of Slate Blue #704AD1

Tints of Slate Blue #704AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.91%

R = 28.35%
G = 18.73%
B = 52.91%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#704AD1 (or 0x704AD1) is known color: Slate Blue. HEX triplet: 70, 4A and D1. RGB value is (112,74,209). Sum of RGB (Red+Green+Blue) = 112+74+209=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 209 (82.03% from 255 or 52.91% from 395); Max value from RGB is 209 - color contains mainly: blue. Hex color #704AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704AD1 is #8FB52E. Grayscale: #646464. Windows color (decimal): -9418031 or 13716080. OLE color: 13716080.

HSL color Cylindrical-coordinate representation of color #704AD1: hue angle of 256.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704AD1 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 74 209 -
CMYK 0.46 0.65 0 0.18
HSL 256.89º 0.59% 0.55% -
HSV(B) 256.89º 0.65% 0.82% -
XYZ 20.64 12.95 61.73 -
YUV 100.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 112 74 209 0.46 0.65 0 0.18 256.89 0.59 0.55
Hex 70 4A D1 2E 41 0 12 101 3B 37
Octal 160 112 321 56 101 0 22 401 73 67
Binary 1110000 1001010 11010001 101110 1000001 0 10010 100000001 111011 110111

Color Harmonies of #704AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AD1

Black with #704AD1

Text Example


Text Example

White with #704AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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