Html Css Color HEX #704FC9 Slate Blue

📋 copy color: '#704FC9'

red 112 ◦ green 79 ◦ blue 201

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

Shades of Slate Blue #704FC9

Tints of Slate Blue #704FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 28.57%
G = 20.15%
B = 51.28%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#704FC9 (or 0x704FC9) is known color: Slate Blue. HEX triplet: 70, 4F and C9. RGB value is (112,79,201). Sum of RGB (Red+Green+Blue) = 112+79+201=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #704FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FC9 is #8FB036. Grayscale: #666666. Windows color (decimal): -9416759 or 13193072. OLE color: 13193072.

HSL color Cylindrical-coordinate representation of color #704FC9: hue angle of 256.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704FC9 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 79 201 -
CMYK 0.44 0.61 0 0.21
HSL 256.23º 0.53% 0.55% -
HSV(B) 256.23º 0.61% 0.79% -
XYZ 20.02 13.25 56.76 -
YUV 102.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 112 79 201 0.44 0.61 0 0.21 256.23 0.53 0.55
Hex 70 4F C9 2C 3D 0 15 100 35 37
Octal 160 117 311 54 75 0 25 400 65 67
Binary 1110000 1001111 11001001 101100 111101 0 10101 100000000 110101 110111

Color Harmonies of #704FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FC9

Black with #704FC9

Text Example


Text Example

White with #704FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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