Html Css Color HEX #704DDF Slate Blue

📋 copy color: '#704DDF'

red 112 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #704DDF

Tints of Slate Blue #704DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

 BLUE value IS 223 (87.5% from 255) = 54.13%

R = 27.18%
G = 18.69%
B = 54.13%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#704DDF (or 0x704DDF) is known color: Slate Blue. HEX triplet: 70, 4D and DF. RGB value is (112,77,223). Sum of RGB (Red+Green+Blue) = 112+77+223=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #704DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DDF is #8FB220. Grayscale: #676767. Windows color (decimal): -9417249 or 14634352. OLE color: 14634352.

HSL color Cylindrical-coordinate representation of color #704DDF: hue angle of 254.38º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704DDF is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 77 223 -
CMYK 0.50 0.65 0 0.13
HSL 254.38º 0.7% 0.59% -
HSV(B) 254.38º 0.65% 0.87% -
XYZ 22.66 14.08 71.34 -
YUV 104.11 195.1 133.63 -
System Red Green Blue C M Y K H S L
Decimal 112 77 223 0.50 0.65 0 0.13 254.38 0.7 0.59
Hex 70 4D DF 32 41 0 D FE 46 3B
Octal 160 115 337 62 101 0 15 376 106 73
Binary 1110000 1001101 11011111 110010 1000001 0 1101 11111110 1000110 111011

Color Harmonies of #704DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DDF

Black with #704DDF

Text Example


Text Example

White with #704DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,223); }

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

background-color css

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

 a { background-color: rgb(112,77,223); }

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

border-color css

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

 span { border-color: rgb(112,77,223); }

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