Html Css Color HEX #705CFA Medium Slate Blue

📋 copy color: '#705CFA'

red 112 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #705CFA

Tints of Medium Slate Blue #705CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.26%

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

R = 24.67%
G = 20.26%
B = 55.07%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#705CFA (or 0x705CFA) is known color: Medium Slate Blue. HEX triplet: 70, 5C and FA. RGB value is (112,92,250). Sum of RGB (Red+Green+Blue) = 112+92+250=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #705CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CFA is #8FA305. Grayscale: #737373. Windows color (decimal): -9413382 or 16407664. OLE color: 16407664.

HSL color Cylindrical-coordinate representation of color #705CFA: hue angle of 247.59º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705CFA is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 92 250 -
CMYK 0.55 0.63 0 0.02
HSL 247.59º 0.94% 0.67% -
HSV(B) 247.59º 0.63% 0.98% -
XYZ 27.76 18 92.45 -
YUV 115.99 203.63 125.15 -
System Red Green Blue C M Y K H S L
Decimal 112 92 250 0.55 0.63 0 0.02 247.59 0.94 0.67
Hex 70 5C FA 37 3F 0 2 F8 5E 43
Octal 160 134 372 67 77 0 2 370 136 103
Binary 1110000 1011100 11111010 110111 111111 0 10 11111000 1011110 1000011

Color Harmonies of #705CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CFA

Black with #705CFA

Text Example


Text Example

White with #705CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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