Html Css Color HEX #704DCD Slate Blue

📋 copy color: '#704DCD'

red 112 ◦ green 77 ◦ blue 205

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

Shades of Slate Blue #704DCD

Tints of Slate Blue #704DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.03%

R = 28.43%
G = 19.54%
B = 52.03%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#704DCD (or 0x704DCD) is known color: Slate Blue. HEX triplet: 70, 4D and CD. RGB value is (112,77,205). Sum of RGB (Red+Green+Blue) = 112+77+205=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #704DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DCD is #8FB232. Grayscale: #656565. Windows color (decimal): -9417267 or 13454704. OLE color: 13454704.

HSL color Cylindrical-coordinate representation of color #704DCD: hue angle of 256.41º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704DCD is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 77 205 -
CMYK 0.45 0.62 0 0.20
HSL 256.41º 0.56% 0.55% -
HSV(B) 256.41º 0.62% 0.8% -
XYZ 20.36 13.16 59.22 -
YUV 102.06 186.1 135.09 -
System Red Green Blue C M Y K H S L
Decimal 112 77 205 0.45 0.62 0 0.20 256.41 0.56 0.55
Hex 70 4D CD 2D 3E 0 14 100 38 37
Octal 160 115 315 55 76 0 24 400 70 67
Binary 1110000 1001101 11001101 101101 111110 0 10100 100000000 111000 110111

Color Harmonies of #704DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DCD

Black with #704DCD

Text Example


Text Example

White with #704DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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