Html Css Color HEX #704BFE Medium Slate Blue

📋 copy color: '#704BFE'

red 112 ◦ green 75 ◦ blue 254

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

Shades of Medium Slate Blue #704BFE

Tints of Medium Slate Blue #704BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.01%

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

R = 25.4%
G = 17.01%
B = 57.6%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#704BFE (or 0x704BFE) is known color: Medium Slate Blue. HEX triplet: 70, 4B and FE. RGB value is (112,75,254). Sum of RGB (Red+Green+Blue) = 112+75+254=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #704BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BFE is #8FB401. Grayscale: #696969. Windows color (decimal): -9417730 or 16665456. OLE color: 16665456.

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

Color convert

RGB 112 75 254 -
CMYK 0.56 0.70 0 0.00
HSL 252.4º 0.99% 0.65% -
HSV(B) 252.4º 0.7% 1% -
XYZ 27.09 15.63 95.36 -
YUV 106.47 211.26 131.95 -
System Red Green Blue C M Y K H S L
Decimal 112 75 254 0.56 0.70 0 0.00 252.4 0.99 0.65
Hex 70 4B FE 38 46 0 0 FC 63 41
Octal 160 113 376 70 106 0 0 374 143 101
Binary 1110000 1001011 11111110 111000 1000110 0 0 11111100 1100011 1000001

Color Harmonies of #704BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BFE

Black with #704BFE

Text Example


Text Example

White with #704BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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