Html Css Color HEX #705BFD Medium Slate Blue

📋 copy color: '#705BFD'

red 112 ◦ green 91 ◦ blue 253

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

Shades of Medium Slate Blue #705BFD

Tints of Medium Slate Blue #705BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.96%

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

R = 24.56%
G = 19.96%
B = 55.48%

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

#705BFD (or 0x705BFD) is known color: Medium Slate Blue. HEX triplet: 70, 5B and FD. RGB value is (112,91,253). Sum of RGB (Red+Green+Blue) = 112+91+253=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #705BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BFD is #8FA402. Grayscale: #737373. Windows color (decimal): -9413635 or 16604016. OLE color: 16604016.

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

Color convert

RGB 112 91 253 -
CMYK 0.56 0.64 0 0.01
HSL 247.78º 0.98% 0.67% -
HSV(B) 247.78º 0.64% 0.99% -
XYZ 28.15 18.02 94.92 -
YUV 115.75 205.46 125.33 -
System Red Green Blue C M Y K H S L
Decimal 112 91 253 0.56 0.64 0 0.01 247.78 0.98 0.67
Hex 70 5B FD 38 40 0 1 F8 62 43
Octal 160 133 375 70 100 0 1 370 142 103
Binary 1110000 1011011 11111101 111000 1000000 0 1 11111000 1100010 1000011

Color Harmonies of #705BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705BFD

Black with #705BFD

Text Example


Text Example

White with #705BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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