Html Css Color HEX #704DDA Slate Blue

📋 copy color: '#704DDA'

red 112 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #704DDA

Tints of Slate Blue #704DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 27.52%
G = 18.92%
B = 53.56%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#704DDA (or 0x704DDA) is known color: Slate Blue. HEX triplet: 70, 4D and DA. RGB value is (112,77,218). Sum of RGB (Red+Green+Blue) = 112+77+218=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #704DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DDA is #8FB225. Grayscale: #676767. Windows color (decimal): -9417254 or 14306672. OLE color: 14306672.

HSL color Cylindrical-coordinate representation of color #704DDA: hue angle of 254.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #704DDA is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 77 218 -
CMYK 0.49 0.65 0 0.15
HSL 254.89º 0.66% 0.58% -
HSV(B) 254.89º 0.65% 0.85% -
XYZ 21.99 13.81 67.84 -
YUV 103.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 112 77 218 0.49 0.65 0 0.15 254.89 0.66 0.58
Hex 70 4D DA 31 41 0 F FF 42 3A
Octal 160 115 332 61 101 0 17 377 102 72
Binary 1110000 1001101 11011010 110001 1000001 0 1111 11111111 1000010 111010

Color Harmonies of #704DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DDA

Black with #704DDA

Text Example


Text Example

White with #704DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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