Html Css Color HEX #704BFB Medium Slate Blue

📋 copy color: '#704BFB'

red 112 ◦ green 75 ◦ blue 251

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

Shades of Medium Slate Blue #704BFB

Tints of Medium Slate Blue #704BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 25.57%
G = 17.12%
B = 57.31%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#704BFB (or 0x704BFB) is known color: Medium Slate Blue. HEX triplet: 70, 4B and FB. RGB value is (112,75,251). Sum of RGB (Red+Green+Blue) = 112+75+251=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #704BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BFB is #8FB404. Grayscale: #696969. Windows color (decimal): -9417733 or 16468848. OLE color: 16468848.

HSL color Cylindrical-coordinate representation of color #704BFB: hue angle of 252.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #704BFB is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 75 251 -
CMYK 0.55 0.70 0 0.02
HSL 252.61º 0.96% 0.64% -
HSV(B) 252.61º 0.7% 0.98% -
XYZ 26.61 15.44 92.84 -
YUV 106.13 209.76 132.19 -
System Red Green Blue C M Y K H S L
Decimal 112 75 251 0.55 0.70 0 0.02 252.61 0.96 0.64
Hex 70 4B FB 37 46 0 2 FD 60 40
Octal 160 113 373 67 106 0 2 375 140 100
Binary 1110000 1001011 11111011 110111 1000110 0 10 11111101 1100000 1000000

Color Harmonies of #704BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BFB

Black with #704BFB

Text Example


Text Example

White with #704BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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