Html Css Color HEX #704CF0 Medium Slate Blue

📋 copy color: '#704CF0'

red 112 ◦ green 76 ◦ blue 240

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

Shades of Medium Slate Blue #704CF0

Tints of Medium Slate Blue #704CF0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

 BLUE value IS 240 (94.14% from 255) = 56.07%

R = 26.17%
G = 17.76%
B = 56.07%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#704CF0 (or 0x704CF0) is known color: Medium Slate Blue. HEX triplet: 70, 4C and F0. RGB value is (112,76,240). Sum of RGB (Red+Green+Blue) = 112+76+240=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #704CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CF0 is #8FB30F. Grayscale: #686868. Windows color (decimal): -9417488 or 15748208. OLE color: 15748208.

HSL color Cylindrical-coordinate representation of color #704CF0: hue angle of 253.17º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704CF0 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 76 240 -
CMYK 0.53 0.68 0 0.06
HSL 253.17º 0.85% 0.62% -
HSV(B) 253.17º 0.68% 0.94% -
XYZ 24.99 14.9 84 -
YUV 105.46 203.93 132.66 -
System Red Green Blue C M Y K H S L
Decimal 112 76 240 0.53 0.68 0 0.06 253.17 0.85 0.62
Hex 70 4C F0 35 44 0 6 FD 55 3E
Octal 160 114 360 65 104 0 6 375 125 76
Binary 1110000 1001100 11110000 110101 1000100 0 110 11111101 1010101 111110

Color Harmonies of #704CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CF0

Black with #704CF0

Text Example


Text Example

White with #704CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,240); }

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

background-color css

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

 a { background-color: rgb(112,76,240); }

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

border-color css

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

 span { border-color: rgb(112,76,240); }

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