Html Css Color HEX #704BED Medium Slate Blue

📋 copy color: '#704BED'

red 112 ◦ green 75 ◦ blue 237

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

Shades of Medium Slate Blue #704BED

Tints of Medium Slate Blue #704BED

RGB

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

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

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

R = 26.42%
G = 17.69%
B = 55.9%

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

#704BED (or 0x704BED) is known color: Medium Slate Blue. HEX triplet: 70, 4B and ED. RGB value is (112,75,237). Sum of RGB (Red+Green+Blue) = 112+75+237=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #704BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704BED is #8FB412. Grayscale: #676767. Windows color (decimal): -9417747 or 15551344. OLE color: 15551344.

HSL color Cylindrical-coordinate representation of color #704BED: hue angle of 253.7º 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 #704BED is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 75 237 -
CMYK 0.53 0.68 0 0.07
HSL 253.7º 0.82% 0.61% -
HSV(B) 253.7º 0.68% 0.93% -
XYZ 24.48 14.59 81.65 -
YUV 104.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 112 75 237 0.53 0.68 0 0.07 253.7 0.82 0.61
Hex 70 4B ED 35 44 0 7 FE 52 3D
Octal 160 113 355 65 104 0 7 376 122 75
Binary 1110000 1001011 11101101 110101 1000100 0 111 11111110 1010010 111101

Color Harmonies of #704BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BED

Black with #704BED

Text Example


Text Example

White with #704BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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