Html Css Color HEX #704FCD Slate Blue

📋 copy color: '#704FCD'

red 112 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #704FCD

Tints of Slate Blue #704FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.95%

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

R = 28.28%
G = 19.95%
B = 51.77%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#704FCD (or 0x704FCD) is known color: Slate Blue. HEX triplet: 70, 4F and CD. RGB value is (112,79,205). Sum of RGB (Red+Green+Blue) = 112+79+205=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #704FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FCD is #8FB032. Grayscale: #666666. Windows color (decimal): -9416755 or 13455216. OLE color: 13455216.

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

Color convert

RGB 112 79 205 -
CMYK 0.45 0.61 0 0.20
HSL 255.71º 0.56% 0.56% -
HSV(B) 255.71º 0.61% 0.8% -
XYZ 20.5 13.44 59.27 -
YUV 103.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 112 79 205 0.45 0.61 0 0.20 255.71 0.56 0.56
Hex 70 4F CD 2D 3D 0 14 100 38 38
Octal 160 117 315 55 75 0 24 400 70 70
Binary 1110000 1001111 11001101 101101 111101 0 10100 100000000 111000 111000

Color Harmonies of #704FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FCD

Black with #704FCD

Text Example


Text Example

White with #704FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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