Html Css Color HEX #704FCE Slate Blue

📋 copy color: '#704FCE'

red 112 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #704FCE

Tints of Slate Blue #704FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 28.21%
G = 19.9%
B = 51.89%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#704FCE (or 0x704FCE) is known color: Slate Blue. HEX triplet: 70, 4F and CE. RGB value is (112,79,206). Sum of RGB (Red+Green+Blue) = 112+79+206=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #704FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704FCE is #8FB031. Grayscale: #666666. Windows color (decimal): -9416754 or 13520752. OLE color: 13520752.

HSL color Cylindrical-coordinate representation of color #704FCE: hue angle of 255.59º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704FCE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 79 206 -
CMYK 0.46 0.62 0 0.19
HSL 255.59º 0.56% 0.56% -
HSV(B) 255.59º 0.62% 0.81% -
XYZ 20.62 13.49 59.91 -
YUV 103.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 112 79 206 0.46 0.62 0 0.19 255.59 0.56 0.56
Hex 70 4F CE 2E 3E 0 13 100 38 38
Octal 160 117 316 56 76 0 23 400 70 70
Binary 1110000 1001111 11001110 101110 111110 0 10011 100000000 111000 111000

Color Harmonies of #704FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FCE

Black with #704FCE

Text Example


Text Example

White with #704FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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