Html Css Color HEX #705CFC Medium Slate Blue

📋 copy color: '#705CFC'

red 112 ◦ green 92 ◦ blue 252

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

Shades of Medium Slate Blue #705CFC

Tints of Medium Slate Blue #705CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 24.56%
G = 20.18%
B = 55.26%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#705CFC (or 0x705CFC) is known color: Medium Slate Blue. HEX triplet: 70, 5C and FC. RGB value is (112,92,252). Sum of RGB (Red+Green+Blue) = 112+92+252=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #705CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CFC is #8FA303. Grayscale: #737373. Windows color (decimal): -9413380 or 16538736. OLE color: 16538736.

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

Color convert

RGB 112 92 252 -
CMYK 0.56 0.63 0 0.01
HSL 247.5º 0.96% 0.67% -
HSV(B) 247.5º 0.63% 0.99% -
XYZ 28.08 18.13 94.11 -
YUV 116.22 204.63 124.99 -
System Red Green Blue C M Y K H S L
Decimal 112 92 252 0.56 0.63 0 0.01 247.5 0.96 0.67
Hex 70 5C FC 38 3F 0 1 F8 60 43
Octal 160 134 374 70 77 0 1 370 140 103
Binary 1110000 1011100 11111100 111000 111111 0 1 11111000 1100000 1000011

Color Harmonies of #705CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705CFC

Black with #705CFC

Text Example


Text Example

White with #705CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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