Html Css Color HEX #704CEB Medium Slate Blue

📋 copy color: '#704CEB'

red 112 ◦ green 76 ◦ blue 235

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

Shades of Medium Slate Blue #704CEB

Tints of Medium Slate Blue #704CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.97%

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 26.48%
G = 17.97%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#704CEB (or 0x704CEB) is known color: Medium Slate Blue. HEX triplet: 70, 4C and EB. RGB value is (112,76,235). Sum of RGB (Red+Green+Blue) = 112+76+235=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #704CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CEB is #8FB314. Grayscale: #686868. Windows color (decimal): -9417493 or 15420528. OLE color: 15420528.

HSL color Cylindrical-coordinate representation of color #704CEB: hue angle of 253.58º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704CEB is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 76 235 -
CMYK 0.52 0.68 0 0.08
HSL 253.58º 0.8% 0.61% -
HSV(B) 253.58º 0.68% 0.92% -
XYZ 24.26 14.61 80.14 -
YUV 104.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 112 76 235 0.52 0.68 0 0.08 253.58 0.8 0.61
Hex 70 4C EB 34 44 0 8 FE 50 3D
Octal 160 114 353 64 104 0 10 376 120 75
Binary 1110000 1001100 11101011 110100 1000100 0 1000 11111110 1010000 111101

Color Harmonies of #704CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CEB

Black with #704CEB

Text Example


Text Example

White with #704CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,76,235); }

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

background-color css

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

 a { background-color: rgb(112,76,235); }

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

border-color css

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

 span { border-color: rgb(112,76,235); }

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