Html Css Color HEX #704AF1 Medium Slate Blue

📋 copy color: '#704AF1'

red 112 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #704AF1

Tints of Medium Slate Blue #704AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.44%

R = 26.23%
G = 17.33%
B = 56.44%

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

#704AF1 (or 0x704AF1) is known color: Medium Slate Blue. HEX triplet: 70, 4A and F1. RGB value is (112,74,241). Sum of RGB (Red+Green+Blue) = 112+74+241=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #704AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704AF1 is #8FB50E. Grayscale: #676767. Windows color (decimal): -9417999 or 15813232. OLE color: 15813232.

HSL color Cylindrical-coordinate representation of color #704AF1: hue angle of 253.65º degrees, saturation: 0.86, 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 #704AF1 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 74 241 -
CMYK 0.54 0.69 0 0.05
HSL 253.65º 0.86% 0.62% -
HSV(B) 253.65º 0.69% 0.95% -
XYZ 25.01 14.69 84.74 -
YUV 104.4 205.09 133.42 -
System Red Green Blue C M Y K H S L
Decimal 112 74 241 0.54 0.69 0 0.05 253.65 0.86 0.62
Hex 70 4A F1 36 45 0 5 FE 56 3E
Octal 160 112 361 66 105 0 5 376 126 76
Binary 1110000 1001010 11110001 110110 1000101 0 101 11111110 1010110 111110

Color Harmonies of #704AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AF1

Black with #704AF1

Text Example


Text Example

White with #704AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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