Html Css Color HEX #704DCE Slate Blue

📋 copy color: '#704DCE'

red 112 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #704DCE

Tints of Slate Blue #704DCE

RGB

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

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

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

R = 28.35%
G = 19.49%
B = 52.15%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#704DCE (or 0x704DCE) is known color: Slate Blue. HEX triplet: 70, 4D and CE. RGB value is (112,77,206). Sum of RGB (Red+Green+Blue) = 112+77+206=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #704DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #704DCE is #8FB231. Grayscale: #656565. Windows color (decimal): -9417266 or 13520240. OLE color: 13520240.

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

Color convert

RGB 112 77 206 -
CMYK 0.46 0.63 0 0.19
HSL 256.28º 0.57% 0.55% -
HSV(B) 256.28º 0.63% 0.81% -
XYZ 20.48 13.21 59.86 -
YUV 102.17 186.6 135.01 -
System Red Green Blue C M Y K H S L
Decimal 112 77 206 0.46 0.63 0 0.19 256.28 0.57 0.55
Hex 70 4D CE 2E 3F 0 13 100 39 37
Octal 160 115 316 56 77 0 23 400 71 67
Binary 1110000 1001101 11001110 101110 111111 0 10011 100000000 111001 110111

Color Harmonies of #704DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DCE

Black with #704DCE

Text Example


Text Example

White with #704DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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