Html Css Color HEX #704BFC Medium Slate Blue

📋 copy color: '#704BFC'

red 112 ◦ green 75 ◦ blue 252

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

Shades of Medium Slate Blue #704BFC

Tints of Medium Slate Blue #704BFC

RGB

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

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

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

R = 25.51%
G = 17.08%
B = 57.4%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#704BFC (or 0x704BFC) is known color: Medium Slate Blue. HEX triplet: 70, 4B and FC. RGB value is (112,75,252). Sum of RGB (Red+Green+Blue) = 112+75+252=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #704BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BFC is #8FB403. Grayscale: #696969. Windows color (decimal): -9417732 or 16534384. OLE color: 16534384.

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

Color convert

RGB 112 75 252 -
CMYK 0.56 0.70 0 0.01
HSL 252.54º 0.97% 0.64% -
HSV(B) 252.54º 0.7% 0.99% -
XYZ 26.77 15.51 93.68 -
YUV 106.24 210.26 132.11 -
System Red Green Blue C M Y K H S L
Decimal 112 75 252 0.56 0.70 0 0.01 252.54 0.97 0.64
Hex 70 4B FC 38 46 0 1 FD 61 40
Octal 160 113 374 70 106 0 1 375 141 100
Binary 1110000 1001011 11111100 111000 1000110 0 1 11111101 1100001 1000000

Color Harmonies of #704BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BFC

Black with #704BFC

Text Example


Text Example

White with #704BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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