Html Css Color HEX #704CED Medium Slate Blue

📋 copy color: '#704CED'

red 112 ◦ green 76 ◦ blue 237

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

Shades of Medium Slate Blue #704CED

Tints of Medium Slate Blue #704CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 26.35%
G = 17.88%
B = 55.76%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#704CED (or 0x704CED) is known color: Medium Slate Blue. HEX triplet: 70, 4C and ED. RGB value is (112,76,237). Sum of RGB (Red+Green+Blue) = 112+76+237=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #704CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CED is #8FB312. Grayscale: #686868. Windows color (decimal): -9417491 or 15551600. OLE color: 15551600.

HSL color Cylindrical-coordinate representation of color #704CED: hue angle of 253.42º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704CED is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 76 237 -
CMYK 0.53 0.68 0 0.07
HSL 253.42º 0.82% 0.61% -
HSV(B) 253.42º 0.68% 0.93% -
XYZ 24.55 14.73 81.67 -
YUV 105.12 202.43 132.91 -
System Red Green Blue C M Y K H S L
Decimal 112 76 237 0.53 0.68 0 0.07 253.42 0.82 0.61
Hex 70 4C ED 35 44 0 7 FD 52 3D
Octal 160 114 355 65 104 0 7 375 122 75
Binary 1110000 1001100 11101101 110101 1000100 0 111 11111101 1010010 111101

Color Harmonies of #704CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CED

Black with #704CED

Text Example


Text Example

White with #704CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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