Html Css Color HEX #704CFA Medium Slate Blue

📋 copy color: '#704CFA'

red 112 ◦ green 76 ◦ blue 250

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

Shades of Medium Slate Blue #704CFA

Tints of Medium Slate Blue #704CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 25.57%
G = 17.35%
B = 57.08%

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

#704CFA (or 0x704CFA) is known color: Medium Slate Blue. HEX triplet: 70, 4C and FA. RGB value is (112,76,250). Sum of RGB (Red+Green+Blue) = 112+76+250=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #704CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #704CFA is #8FB305. Grayscale: #696969. Windows color (decimal): -9417478 or 16403568. OLE color: 16403568.

HSL color Cylindrical-coordinate representation of color #704CFA: hue angle of 252.41º degrees, saturation: 0.95, 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 #704CFA is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 76 250 -
CMYK 0.55 0.70 0 0.02
HSL 252.41º 0.95% 0.64% -
HSV(B) 252.41º 0.7% 0.98% -
XYZ 26.52 15.52 92.04 -
YUV 106.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 112 76 250 0.55 0.70 0 0.02 252.41 0.95 0.64
Hex 70 4C FA 37 46 0 2 FC 5F 40
Octal 160 114 372 67 106 0 2 374 137 100
Binary 1110000 1001100 11111010 110111 1000110 0 10 11111100 1011111 1000000

Color Harmonies of #704CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CFA

Black with #704CFA

Text Example


Text Example

White with #704CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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