Html Css Color HEX #704AFC Medium Slate Blue

📋 copy color: '#704AFC'

red 112 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #704AFC

Tints of Medium Slate Blue #704AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

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

R = 25.57%
G = 16.89%
B = 57.53%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#704AFC (or 0x704AFC) is known color: Medium Slate Blue. HEX triplet: 70, 4A and FC. RGB value is (112,74,252). Sum of RGB (Red+Green+Blue) = 112+74+252=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #704AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704AFC is #8FB503. Grayscale: #686868. Windows color (decimal): -9417988 or 16534128. OLE color: 16534128.

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

Color convert

RGB 112 74 252 -
CMYK 0.56 0.71 0 0.01
HSL 252.81º 0.97% 0.64% -
HSV(B) 252.81º 0.71% 0.99% -
XYZ 26.7 15.37 93.65 -
YUV 105.65 210.59 132.53 -
System Red Green Blue C M Y K H S L
Decimal 112 74 252 0.56 0.71 0 0.01 252.81 0.97 0.64
Hex 70 4A FC 38 47 0 1 FD 61 40
Octal 160 112 374 70 107 0 1 375 141 100
Binary 1110000 1001010 11111100 111000 1000111 0 1 11111101 1100001 1000000

Color Harmonies of #704AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AFC

Black with #704AFC

Text Example


Text Example

White with #704AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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