Html Css Color HEX #704EFF Medium Slate Blue

📋 copy color: '#704EFF'

red 112 ◦ green 78 ◦ blue 255

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

Shades of Medium Slate Blue #704EFF

Tints of Medium Slate Blue #704EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 25.17%
G = 17.53%
B = 57.3%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#704EFF (or 0x704EFF) is known color: Medium Slate Blue. HEX triplet: 70, 4E and FF. RGB value is (112,78,255). Sum of RGB (Red+Green+Blue) = 112+78+255=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #704EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EFF is #8FB100. Grayscale: #6B6B6B. Windows color (decimal): -9416961 or 16731760. OLE color: 16731760.

HSL color Cylindrical-coordinate representation of color #704EFF: hue angle of 251.53º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704EFF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 78 255 -
CMYK 0.56 0.69 0 0
HSL 251.53º 1% 0.65% -
HSV(B) 251.53º 0.69% 1% -
XYZ 27.46 16.11 96.27 -
YUV 108.34 210.76 130.61 -
System Red Green Blue C M Y K H S L
Decimal 112 78 255 0.56 0.69 0 0 251.53 1 0.65
Hex 70 4E FF 38 45 0 0 FC 64 41
Octal 160 116 377 70 105 0 0 374 144 101
Binary 1110000 1001110 11111111 111000 1000101 0 0 11111100 1100100 1000001

Color Harmonies of #704EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EFF

Black with #704EFF

Text Example


Text Example

White with #704EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,78,255); }

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

background-color css

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

 a { background-color: rgb(112,78,255); }

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

border-color css

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

 span { border-color: rgb(112,78,255); }

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