Html Css Color HEX #705CFD Medium Slate Blue

📋 copy color: '#705CFD'

red 112 ◦ green 92 ◦ blue 253

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

Shades of Medium Slate Blue #705CFD

Tints of Medium Slate Blue #705CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 24.51%
G = 20.13%
B = 55.36%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#705CFD (or 0x705CFD) is known color: Medium Slate Blue. HEX triplet: 70, 5C and FD. RGB value is (112,92,253). Sum of RGB (Red+Green+Blue) = 112+92+253=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #705CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CFD is #8FA302. Grayscale: #737373. Windows color (decimal): -9413379 or 16604272. OLE color: 16604272.

HSL color Cylindrical-coordinate representation of color #705CFD: hue angle of 247.45º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #705CFD is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 92 253 -
CMYK 0.56 0.64 0 0.01
HSL 247.45º 0.98% 0.68% -
HSV(B) 247.45º 0.64% 0.99% -
XYZ 28.24 18.19 94.95 -
YUV 116.33 205.13 124.91 -
System Red Green Blue C M Y K H S L
Decimal 112 92 253 0.56 0.64 0 0.01 247.45 0.98 0.68
Hex 70 5C FD 38 40 0 1 F7 62 44
Octal 160 134 375 70 100 0 1 367 142 104
Binary 1110000 1011100 11111101 111000 1000000 0 1 11110111 1100010 1000100

Color Harmonies of #705CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CFD

Black with #705CFD

Text Example


Text Example

White with #705CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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