Html Css Color HEX #706BFA Medium Slate Blue

📋 copy color: '#706BFA'

red 112 ◦ green 107 ◦ blue 250

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

Shades of Medium Slate Blue #706BFA

Tints of Medium Slate Blue #706BFA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

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

R = 23.88%
G = 22.81%
B = 53.3%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#706BFA (or 0x706BFA) is known color: Medium Slate Blue. HEX triplet: 70, 6B and FA. RGB value is (112,107,250). Sum of RGB (Red+Green+Blue) = 112+107+250=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #706BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BFA is #8F9405. Grayscale: #7C7C7C. Windows color (decimal): -9409542 or 16411504. OLE color: 16411504.

HSL color Cylindrical-coordinate representation of color #706BFA: hue angle of 242.1º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706BFA is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 107 250 -
CMYK 0.55 0.57 0 0.02
HSL 242.1º 0.93% 0.7% -
HSV(B) 242.1º 0.57% 0.98% -
XYZ 29.2 20.86 92.93 -
YUV 124.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 112 107 250 0.55 0.57 0 0.02 242.1 0.93 0.7
Hex 70 6B FA 37 39 0 2 F2 5D 46
Octal 160 153 372 67 71 0 2 362 135 106
Binary 1110000 1101011 11111010 110111 111001 0 10 11110010 1011101 1000110

Color Harmonies of #706BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BFA

Black with #706BFA

Text Example


Text Example

White with #706BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706BFA; }

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

 H1.HeaderClassName
 {
   color: #706BFA;
 }
 .AnyTagClassName
 {
   color: #706BFA;
 }
</style>

background-color css

<style>
 a { background-color: #706BFA; }

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

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

border-color css

<style>
 span { border-color: #706BFA; }

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

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