Html Css Color HEX #704BF2 Medium Slate Blue

📋 copy color: '#704BF2'

red 112 ◦ green 75 ◦ blue 242

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

Shades of Medium Slate Blue #704BF2

Tints of Medium Slate Blue #704BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 56.41%

R = 26.11%
G = 17.48%
B = 56.41%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#704BF2 (or 0x704BF2) is known color: Medium Slate Blue. HEX triplet: 70, 4B and F2. RGB value is (112,75,242). Sum of RGB (Red+Green+Blue) = 112+75+242=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #704BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BF2 is #8FB40D. Grayscale: #686868. Windows color (decimal): -9417742 or 15879024. OLE color: 15879024.

HSL color Cylindrical-coordinate representation of color #704BF2: hue angle of 253.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #704BF2 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 75 242 -
CMYK 0.54 0.69 0 0.05
HSL 253.29º 0.87% 0.62% -
HSV(B) 253.29º 0.69% 0.95% -
XYZ 25.23 14.89 85.55 -
YUV 105.1 205.26 132.92 -
System Red Green Blue C M Y K H S L
Decimal 112 75 242 0.54 0.69 0 0.05 253.29 0.87 0.62
Hex 70 4B F2 36 45 0 5 FD 57 3E
Octal 160 113 362 66 105 0 5 375 127 76
Binary 1110000 1001011 11110010 110110 1000101 0 101 11111101 1010111 111110

Color Harmonies of #704BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BF2

Black with #704BF2

Text Example


Text Example

White with #704BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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