Html Css Color HEX #704EFC Medium Slate Blue

📋 copy color: '#704EFC'

red 112 ◦ green 78 ◦ blue 252

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

Shades of Medium Slate Blue #704EFC

Tints of Medium Slate Blue #704EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.01%

R = 25.34%
G = 17.65%
B = 57.01%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#704EFC (or 0x704EFC) is known color: Medium Slate Blue. HEX triplet: 70, 4E and FC. RGB value is (112,78,252). Sum of RGB (Red+Green+Blue) = 112+78+252=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #704EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EFC is #8FB103. Grayscale: #6B6B6B. Windows color (decimal): -9416964 or 16535152. OLE color: 16535152.

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

Color convert

RGB 112 78 252 -
CMYK 0.56 0.69 0 0.01
HSL 251.72º 0.97% 0.65% -
HSV(B) 251.72º 0.69% 0.99% -
XYZ 26.98 15.92 93.75 -
YUV 108 209.26 130.85 -
System Red Green Blue C M Y K H S L
Decimal 112 78 252 0.56 0.69 0 0.01 251.72 0.97 0.65
Hex 70 4E FC 38 45 0 1 FC 61 41
Octal 160 116 374 70 105 0 1 374 141 101
Binary 1110000 1001110 11111100 111000 1000101 0 1 11111100 1100001 1000001

Color Harmonies of #704EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EFC

Black with #704EFC

Text Example


Text Example

White with #704EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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