Html Css Color HEX #705FFD Medium Slate Blue

📋 copy color: '#705FFD'

red 112 ◦ green 95 ◦ blue 253

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

Shades of Medium Slate Blue #705FFD

Tints of Medium Slate Blue #705FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.65%

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

R = 24.35%
G = 20.65%
B = 55%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#705FFD (or 0x705FFD) is known color: Medium Slate Blue. HEX triplet: 70, 5F and FD. RGB value is (112,95,253). Sum of RGB (Red+Green+Blue) = 112+95+253=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #705FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FFD is #8FA002. Grayscale: #757575. Windows color (decimal): -9412611 or 16605040. OLE color: 16605040.

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

Color convert

RGB 112 95 253 -
CMYK 0.56 0.62 0 0.01
HSL 246.46º 0.98% 0.68% -
HSV(B) 246.46º 0.62% 0.99% -
XYZ 28.5 18.72 95.04 -
YUV 118.1 204.13 123.65 -
System Red Green Blue C M Y K H S L
Decimal 112 95 253 0.56 0.62 0 0.01 246.46 0.98 0.68
Hex 70 5F FD 38 3E 0 1 F6 62 44
Octal 160 137 375 70 76 0 1 366 142 104
Binary 1110000 1011111 11111101 111000 111110 0 1 11110110 1100010 1000100

Color Harmonies of #705FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FFD

Black with #705FFD

Text Example


Text Example

White with #705FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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