Html Css Color HEX #704EFE Medium Slate Blue

📋 copy color: '#704EFE'

red 112 ◦ green 78 ◦ blue 254

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

Shades of Medium Slate Blue #704EFE

Tints of Medium Slate Blue #704EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 25.23%
G = 17.57%
B = 57.21%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#704EFE (or 0x704EFE) is known color: Medium Slate Blue. HEX triplet: 70, 4E and FE. RGB value is (112,78,254). Sum of RGB (Red+Green+Blue) = 112+78+254=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #704EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704EFE is #8FB101. Grayscale: #6B6B6B. Windows color (decimal): -9416962 or 16666224. OLE color: 16666224.

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

Color convert

RGB 112 78 254 -
CMYK 0.56 0.69 0 0.00
HSL 251.59º 0.99% 0.65% -
HSV(B) 251.59º 0.69% 1% -
XYZ 27.3 16.05 95.43 -
YUV 108.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 112 78 254 0.56 0.69 0 0.00 251.59 0.99 0.65
Hex 70 4E FE 38 45 0 0 FC 63 41
Octal 160 116 376 70 105 0 0 374 143 101
Binary 1110000 1001110 11111110 111000 1000101 0 0 11111100 1100011 1000001

Color Harmonies of #704EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EFE

Black with #704EFE

Text Example


Text Example

White with #704EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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