Html Css Color HEX #704FFE Medium Slate Blue

📋 copy color: '#704FFE'

red 112 ◦ green 79 ◦ blue 254

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

Shades of Medium Slate Blue #704FFE

Tints of Medium Slate Blue #704FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.75%

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

R = 25.17%
G = 17.75%
B = 57.08%

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

#704FFE (or 0x704FFE) is known color: Medium Slate Blue. HEX triplet: 70, 4F and FE. RGB value is (112,79,254). Sum of RGB (Red+Green+Blue) = 112+79+254=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #704FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #704FFE is #8FB001. Grayscale: #6C6C6C. Windows color (decimal): -9416706 or 16666480. OLE color: 16666480.

HSL color Cylindrical-coordinate representation of color #704FFE: hue angle of 251.31º 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 #704FFE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 79 254 -
CMYK 0.56 0.69 0 0.00
HSL 251.31º 0.99% 0.65% -
HSV(B) 251.31º 0.69% 1% -
XYZ 27.37 16.19 95.45 -
YUV 108.82 209.93 130.27 -
System Red Green Blue C M Y K H S L
Decimal 112 79 254 0.56 0.69 0 0.00 251.31 0.99 0.65
Hex 70 4F FE 38 45 0 0 FB 63 41
Octal 160 117 376 70 105 0 0 373 143 101
Binary 1110000 1001111 11111110 111000 1000101 0 0 11111011 1100011 1000001

Color Harmonies of #704FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FFE

Black with #704FFE

Text Example


Text Example

White with #704FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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